Odel
repo graph

repo graph

Local
@james-chahwan14PythonMITUpdated 2mo ago

Structural graph map of any codebase so LLMs navigate by structure, not guesswork.

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).

PyPImcp-repo-graphv0.4.20

Run

uvx mcp-repo-graph

MCP client config

{
  "mcpServers": {
    "repo-graph": {
      "command": "uvx",
      "args": [
        "mcp-repo-graph"
      ]
    }
  }
}