Odel
better code review graph

better code review graph

Local
@n24q02m67PythonApache-2.0Updated 5 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIbetter-code-review-graphv3.24.0

Run

uvx better-code-review-graph

MCP client config

{
  "mcpServers": {
    "better-code-review-graph": {
      "command": "uvx",
      "args": [
        "better-code-review-graph"
      ]
    }
  }
}