Repo Graph MCP Server

Structural graph memory for AI coding assistants. Map your codebase. Navigate by structure. Read only what matters. It runs locally over stdio via the published package.

People connecting coding agent tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-07-08 · ★ 14 · #83 OF 194 MAINTAINED CODING AGENT · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Repo Graph

Claude Code

claude mcp add james-chahwan-repo-graph -- uvx mcp-repo-graph

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package mcp-repo-graph - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.James-Chahwan is GitHub-verified and matches the repo owner

03 · What Repo Graph can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.4.20 · 2026-07-08

The tool surface collapses from 13 → 6 · Every tool is now a natural verb backed by a Rust engine primitive (glia 0.4.18), so each call returns a complete, ranked, located answer in one shot - instead of the agent…

v0.4.19 · 2026-06-08

What's new · Two new tools (11 → 13): · locate - paste a stacktrace, failing-test id, or diff and get the most relevant nodes back, ranked. The debugging on-ramp: start from the error, not a filename. · read - return a…

v0.4.18 · 2026-06-08

What's new · generate accepts git URLs - pass a remote like and repo-graph clones it on demand before scanning. Previously this failed with "not a directory". Local paths work as before. · corrected the tool count (11…

04 · Who maintains Repo Graph

repo-graph is maintained by james-chahwan. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
coding agent - ranked #83 of 194 actively-maintained coding agent servers as of 2026-08-25.
release cadence
5 releases in the last 90 days (latest 2026-07-08)
registry
io.github.James-Chahwan/repo-graph (active, first published 2026-04-12 · 13 versions)
packages
pypi:mcp-repo-graph

06 · Repo Graph FAQ

What is Repo Graph?

Structural graph memory for AI coding assistants. Map your codebase. Navigate by structure. Read only what matters. It runs locally over stdio via the published package.

Is Repo Graph still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-08 and it shipped 5 releases in the last 90 days. We re-verify nightly.

How do I install Repo Graph?

Run `uvx mcp-repo-graph`. You can also paste the ready-made client config above.

Does Repo Graph run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Repo Graph

More coding agent MCP servers · Orca MCP Server · Entroly · Luogu MCP Server · Baton · Martin Loop

More Python MCP servers · Monarch MCP Server · Spotify · Skillmatch MCP · Marktplaats MCP · Clear Market · see all