io.github.n24q02m/better-code-review-graph MCP Server
io.github.n24q02m/better-code-review-graph
What is the io.github.n24q02m/better-code-review-graph MCP server?
Knowledge graph for token-efficient code reviews with fixed search and configurable embeddings
How to install io.github.n24q02m/better-code-review-graph
Copy-paste configuration for popular MCP clients.
EMBEDDING_BACKENDEmbedding backend override: 'local' (qwen3-embed ONNX) or 'litellm' (cloud). Auto-detected if omitted.
API_KEYSsecretAPI keys for LiteLLM cloud embedding (format: ENV_VAR:key). Enables LiteLLM backend.
LITELLM_PROXY_URLLiteLLM Proxy URL for self-hosted gateway. Enables LiteLLM backend via proxy.
LITELLM_PROXY_KEYsecretLiteLLM Proxy virtual key.
{
"mcpServers": {
"better-code-review-graph": {
"command": "uvx",
"args": [
"better-code-review-graph"
],
"env": {
"EMBEDDING_BACKEND": "<YOUR_EMBEDDING_BACKEND>",
"API_KEYS": "<YOUR_API_KEYS>",
"LITELLM_PROXY_URL": "<YOUR_LITELLM_PROXY_URL>",
"LITELLM_PROXY_KEY": "<YOUR_LITELLM_PROXY_KEY>"
}
}
}
}{
"mcpServers": {
"better-code-review-graph": {
"command": "uvx",
"args": [
"better-code-review-graph"
],
"env": {
"EMBEDDING_BACKEND": "<YOUR_EMBEDDING_BACKEND>",
"API_KEYS": "<YOUR_API_KEYS>",
"LITELLM_PROXY_URL": "<YOUR_LITELLM_PROXY_URL>",
"LITELLM_PROXY_KEY": "<YOUR_LITELLM_PROXY_KEY>"
}
}
}
}{
"mcpServers": {
"better-code-review-graph": {
"command": "uvx",
"args": [
"better-code-review-graph"
],
"env": {
"EMBEDDING_BACKEND": "<YOUR_EMBEDDING_BACKEND>",
"API_KEYS": "<YOUR_API_KEYS>",
"LITELLM_PROXY_URL": "<YOUR_LITELLM_PROXY_URL>",
"LITELLM_PROXY_KEY": "<YOUR_LITELLM_PROXY_KEY>"
}
}
}
}{
"servers": {
"better-code-review-graph": {
"type": "stdio",
"command": "uvx",
"args": [
"better-code-review-graph"
],
"env": {
"EMBEDDING_BACKEND": "<YOUR_EMBEDDING_BACKEND>",
"API_KEYS": "<YOUR_API_KEYS>",
"LITELLM_PROXY_URL": "<YOUR_LITELLM_PROXY_URL>",
"LITELLM_PROXY_KEY": "<YOUR_LITELLM_PROXY_KEY>"
}
}
}
}claude mcp add better-code-review-graph --env EMBEDDING_BACKEND=<YOUR_EMBEDDING_BACKEND> --env API_KEYS=<YOUR_API_KEYS> --env LITELLM_PROXY_URL=<YOUR_LITELLM_PROXY_URL> --env LITELLM_PROXY_KEY=<YOUR_LITELLM_PROXY_KEY> -- uvx better-code-review-graphRelated MCP servers
IMAP/SMTP MCP server for Email with composite tools. Multi-account, auto-discovery.
View repository →MCP server for Godot Engine 4.x with 17 tools for scenes, scripts, and shaders.
View repository →Markdown-first MCP server for Notion API with 9 composite tools and 39+ actions.
View repository →Telegram MCP server — dual-mode Bot API + MTProto, 6 composite tools.
View repository →MCP server for image/video understanding & generation (Gemini/OpenAI/Grok)
View repository →Persistent AI memory with hybrid search (FTS5 + semantic) and cross-machine sync.
View repository →