code-analyze-mcp

clouatre-labs/code-analyze-mcp
★ 3 stars Rust 💻 Code/Dev Tools Updated today
MCP server for code analysis using tree-sitter. Structure, semantic, and call graph modes.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "code-analyze-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "code-analyze-mcp"
      ]
    }
  }
}

Topics

aicode-analysisdeveloper-toolstree-sitter