clj-kondo-mcp

hive-agi/clj-kondo-mcp
★ 1 stars Clojure Code/Dev Tools Updated 3d ago
Standalone MCP server for clj-kondo static analysis (Babashka + JVM)
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": {
    "clj-kondo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hive-agi/clj-kondo-mcp"
      ]
    }
  }
}

README Excerpt

Standalone [MCP](https://modelcontextprotocol.io/) server for [clj-kondo](https://github.com/clj-kondo/clj-kondo) static analysis. Runs on [Babashka](https://babashka.org/) via the [modex-bb](https://github.com/hive-agi/modex-bb) framework. Provides 7 tools for Clojure code analysis: linting, call graph traversal, var lookup, namespace dependency graphs, and dead code detection.

Tools (7)

analyzefind_callersfind_callsfind_varlintnamespace_graphunused_vars