Pre-indexed code knowledge graph, auto syncs on code changes, for Claude Code, Codex, Gemini, Cursor, OpenCode, AntiGravity, Kiro, and Hermes Agent โ fewer tokens, fewer tool calls, 100% local
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"codegraph": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-codegraph"
]
}
}
}