Token-efficient code review knowledge graph: semantic search and call-graph resolution.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx better-code-review-graph
MCP client config
{
"mcpServers": {
"better-code-review-graph": {
"command": "uvx",
"args": [
"better-code-review-graph"
]
}
}
}