Serversio.github.n24q02m/better-code-review-graph
G

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

io.github.n24q02m/better-code-review-graph · v3.15.1
▦ pypi
v3.15.1pypi pypi: better-code-review-graph↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.n24q02m/better-code-review-graph",
  "description": "Knowledge graph for token-efficient code reviews with fixed search and configurable embeddings",
  "repository": {
    "url": "https://github.com/n24q02m/better-code-review-graph.git",
    "source": "github"
  },
  "version": "3.15.1",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "better-code-review-graph",
      "version": "3.15.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Embedding backend override: 'local' (qwen3-embed ONNX) or 'litellm' (cloud). Auto-detected if omitted.",
          "name": "EMBEDDING_BACKEND"
        },
        {
          "description": "API keys for LiteLLM cloud embedding (format: ENV_VAR:key). Enables LiteLLM backend.",
          "isSecret": true,
          "name": "API_KEYS"
        },
        {
          "description": "LiteLLM Proxy URL for self-hosted gateway. Enables LiteLLM backend via proxy.",
          "name": "LITELLM_PROXY_URL"
        },
        {
          "description": "LiteLLM Proxy virtual key.",
          "isSecret": true,
          "name": "LITELLM_PROXY_KEY"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "docker.io/n24q02m/better-code-review-graph:latest",
      "runtimeHint": "docker",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API keys for LiteLLM cloud embedding (format: ENV_VAR:key)",
          "isSecret": true,
          "name": "API_KEYS"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}