scc-mcp

hive-agi/scc-mcp
★ 0 stars Clojure Code/Dev Tools Updated 3d ago
Standalone MCP server for scc code metrics
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "scc-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hive-agi/scc-mcp"
      ]
    }
  }
}

README Excerpt

Standalone [MCP](https://modelcontextprotocol.io/) server for [scc](https://github.com/boyter/scc) code metrics. Runs on [Babashka](https://babashka.org/) via the [modex-bb](https://github.com/hive-agi/modex-bb) framework. Provides 4 tools for code metrics: project analysis, complexity hotspots, per-file metrics, and directory comparison.

Tools (4)

analyzecomparefilehotspots