better-code-review-graph
About
Token-efficient code review knowledge graph: semantic search and call-graph resolution.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
EMBEDDING_MODELS SUMMARY_MODELS EMBEDDING_BACKEND EMBEDDING_API_BASE LLM_API_BASE SUMMARY_MODELClaude Code
claude mcp add --env EMBEDDING_MODELS= --env SUMMARY_MODELS= --env EMBEDDING_BACKEND= --env EMBEDDING_API_BASE= --env LLM_API_BASE= --env SUMMARY_MODEL= better-code-review-graph -- uvx better-code-review-graph
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"better-code-review-graph","command":"uvx","args":["better-code-review-graph"],"env":{"EMBEDDING_MODELS":"","SUMMARY_MODELS":"","EMBEDDING_BACKEND":"","EMBEDDING_API_BASE":"","LLM_API_BASE":"","SUMMARY_MODEL":""}}'
JSON
{
"mcpServers": {
"better-code-review-graph": {
"command": "uvx",
"args": [
"better-code-review-graph"
],
"env": {
"EMBEDDING_MODELS": "",
"SUMMARY_MODELS": "",
"EMBEDDING_BACKEND": "",
"EMBEDDING_API_BASE": "",
"LLM_API_BASE": "",
"SUMMARY_MODEL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.