HomeDevelopment › repo-graph

repo-graph

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

Python Local
★ 60 stars Last pushed 2026-09-20 License: MIT

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.5.1)

uvx mcp-repo-graph

Or add to your MCP client config:

{
  "mcpServers": {
    "repo-graph": {
      "command": "uvx",
      "args": [
        "mcp-repo-graph"
      ],
      "env": {
        "REPO_GRAPH_REPO": "<YOUR_VALUE>"
      }
    }
  }
}
  • REPO_GRAPH_REPO — Path to the target repository to map. Alternative to --repo; takes effect when --repo is not passed.

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry