Local-first code intelligence graph for MCP and CLI. Builds a persistent map of your codebase so AI coding tools read only what matters, with benchmarked context reductions on reviews and large-repo workflows.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"code-review-graph": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-code-review-graph"
]
}
}
}