mcpbeat Sign in

Repo Graph MCP Server

by james-chahwan Your server? Claim it
local only

Repo Graph runs on your own machine — the client starts it, so there is no endpoint to ping. 294 installs a week from pypi. Last commit 16 Sep 2026.

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

Installs per day peak 119 · avg 49 · -16% w/w
a month agotoday
294
Installs / week
pypi · mcp-repo-graph
15
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Dumps the whole environment docker/install_matrix.py:156
    env = dict(os.environ)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add repo-graph -- uvx mcp-repo-graph
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "repo-graph": {
      "args": [
        "mcp-repo-graph"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.repo-graph]
command = "uvx"
args = ["mcp-repo-graph"]
.cursor/mcp.json
{
  "mcpServers": {
    "repo-graph": {
      "args": [
        "mcp-repo-graph"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "repo-graph": {
      "args": [
        "mcp-repo-graph"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: REPO_GRAPH_REPO (Path to the target repository to map. Alternative to --repo; takes effect when --repo is not passed.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Repo Graph

same job, measured the same way
Token Savior
by mibayy

Structural codebase MCP server with persistent memory: navigate by symbol, recall across sessions.

local only
Calm MCP
by eilodon

MCP server giving coding agents a call-graph-aware, hash-verified view of a codebase, not grep.

124 installs/wk local only
Atlas Scout
by zaguanlabs

Local, read-only structural code navigation and bounded dependency analysis for source repositories.

local only
gograph
by ozgurcd

Local Go repository call graphs and structural analysis for coding agents over stdio.

local only
NEAT
by neat-technologies

Fused graph of your codebase — static code + runtime OTel — for AI agents, over MCP.

1 757 installs/wk local only
graphy
by omnislash157

Compile any codebase into a walkable graph and serve it over MCP. No model decides an edge.

local only
Generate Tech Stack
by askuma

Visual tech-stack inventory of any codebase: languages, frameworks, databases, AI SDKs, infra.

72 installs/wk local only
repo2graph
by srinivasan-78

Ask a codebase questions and get cited code back, from a tree-sitter graph of the repo.

local only

Repo Graph — questions

Answers built from our own checks of this server.

Why is there no uptime for Repo Graph?
Repo Graph runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-repo-graph was installed 294 times last week.
How do I connect Repo Graph?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-repo-graph straight from pypi; nothing to host, nothing to sign up for.
How many people use Repo Graph?
The pypi package mcp-repo-graph was installed 294 times in the last week. Week over week that is -16%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Repo Graph open source?
Yes — it is published under the MIT licence, written in Python and 15 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.