Codebase intelligence MCP server — semantic code graph with vector search. Native Rust, 32 languages, 44 tools, sub-second indexing.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"codegraph": {
"command": "cargo",
"args": [
"run",
"--",
"codegraph"
]
}
}
}
Run in terminal:
claude mcp add codegraph cargo run -- codegraph
Add to .cursor/mcp.json:
{
"mcpServers": {
"codegraph": {
"command": "cargo",
"args": [
"run",
"--",
"codegraph"
]
}
}
}