Code Graph
Freeby MCP Community
MCP server that indexes codebases into an AST knowledge graph with semantic search, call graph traversal, and HTTP route tracing
v0.7.16Added Apr 12, 2026
mcpcode-graphastknowledge-graphsemantic-search
Code Graph MCP Server
MCP server that indexes codebases into an AST knowledge graph with semantic search, call graph traversal, and HTTP route tracing
Installation
Reviews
Installation
Quick install
npx -y @sdsrs/code-graph
Add to claude_desktop_config.json
{
"mcpServers": {
"code-graph": {
"command": "npx",
"args": ["-y", "@sdsrs/code-graph"]
}
}
}