Skip to content

Code Graph

Free

by 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
Works with:ClaudeGPTGeminiCopilot

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

Leave a Review

Installation

Quick install
npx -y @sdsrs/code-graph
Add to claude_desktop_config.json
{
  "mcpServers": {
    "code-graph": {
      "command": "npx",
      "args": ["-y", "@sdsrs/code-graph"]
    }
  }
}