← Back to Plugins
MCP Server MCP

io.github.n24q02m/better-code-review-graph

github By github 👁 1 views ▲ 0 votes

Token-efficient code review knowledge graph: semantic search and call-graph resolution.

Homepage Verified source GitHub

Install

uvx better-code-review-graph

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "better-code-review-graph",
      "version": "3.21.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Ordered embedding model chain 'provider/model,...'; empty = local ONNX",
          "name": "EMBEDDING_MODELS"
        },
        {
          "description": "Ordered summarizer model chain; empty = summaries disabled",
          "name": "SUMMARY_MODELS"
        },
        {
          "description": "DEPRECATED (honored one release): embedding backend override 'local' or 'cloud'. Use EMBEDDING_MODELS instead.",
          "name": "EMBEDDING_BACKEND"
        },
        {
          "description": "Custom OpenAI-compatible base URL for cloud embedding (litellm passthrough). Optional.",
          "name": "EMBEDDING_API_BASE"
        },
        {
          "description": "Custom OpenAI-compatible base URL for the LLM summarizer (litellm passthrough). Optional.",
          "name": "LLM_API_BASE"
        },
        {
          "description": "DEPRECATED (honored one release): single summarizer model as a litellm 'provider/model' string. Use SUMMARY_MODELS instead.",
          "name": "SUMMARY_MODEL"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "docker.io/n24q02m/better-code-review-graph:latest",
      "runtimeHint": "docker",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "DEPRECATED (honored one release): embedding backend override 'local' or 'cloud'. Use EMBEDDING_MODELS instead.",
          "name": "EMBEDDING_BACKEND"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi oci

Comments

Sign in to leave a comment

Loading comments...