code-graph-mcp

sdsrss/code-graph-mcp
★ 22 stars Rust 🤖 AI/LLM Updated 7d ago
AST knowledge graph MCP server for Claude Code — semantic search, call graph traversal, HTTP route tracing, impact analysis. Auto-indexes 10 languages via Tree-sitter.
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-graph-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "code-graph-mcp"
      ]
    }
  }
}

Topics

astcall-graphclaude-codeclaude-code-plugincode-navigationknowledge-graphmcprustsemantic-searchtree-sitter