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.
We read the source, 21 h ago · rules 3dff92dd89df
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.
subprocess.run(
env = dict(os.environ)
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
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.
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.
claude mcp add repo-graph -- uvx mcp-repo-graph
{
"mcpServers": {
"repo-graph": {
"args": [
"mcp-repo-graph"
],
"command": "uvx"
}
}
}
[mcp_servers.repo-graph]
command = "uvx"
args = ["mcp-repo-graph"]
{
"mcpServers": {
"repo-graph": {
"args": [
"mcp-repo-graph"
],
"command": "uvx"
}
}
}
{
"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.
Structural codebase MCP server with persistent memory: navigate by symbol, recall across sessions.
MCP server giving coding agents a call-graph-aware, hash-verified view of a codebase, not grep.
Local, read-only structural code navigation and bounded dependency analysis for source repositories.
Local Go repository call graphs and structural analysis for coding agents over stdio.
Fused graph of your codebase — static code + runtime OTel — for AI agents, over MCP.
Compile any codebase into a walkable graph and serve it over MCP. No model decides an edge.
Visual tech-stack inventory of any codebase: languages, frameworks, databases, AI SDKs, infra.
Ask a codebase questions and get cited code back, from a tree-sitter graph of the repo.
Answers built from our own checks of this server.