n24q02m/better-code-review-graph
Knowledge graph for token-efficient code reviews — fixed search, qualified call resolution, dual-mode embedding (ONNX + LiteLLM)
Platform-specific configuration:
{
"mcpServers": {
"better-code-review-graph": {
"command": "npx",
"args": [
"-y",
"better-code-review-graph"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
mcp-name: io.github.n24q02m/better-code-review-graph
Knowledge graph for token-efficient code reviews -- fixed search, configurable embeddings, qualified call resolution.
[](https://github.com/n24q02m/better-code-review-graph/actions/workflows/ci.yml) [](https://codecov.io/gh/n24q02m/better-code-review-graph) [](https://pypi.org/project/better-code-review-graph/) [](https://hub.docker.com/r/n24q02m/better-code-review-graph) [](LICENSE)
[](#) [](#) [](https://github.com/python-semantic-release/python-semantic-release) [](https://developer.mend.io/)
Fork of code-review-graph with critical bug fixes, configurable embeddings, and production CI/CD. Parses your codebase with Tree-sitter, builds a structural graph of functions/classes/imports, and gives Claude (or any MCP client) precise context so it reads only what matters.
---
| Feature | code-review-graph | better-code-review-graph | |:--------|:------------------|:-------------------------| | Multi-word search | Broken (literal substri
Loading reviews...