Repo2graph MCP Server

AST-driven code graphs & zero-dependency GraphRAG for AI coding agents and humans. It runs locally over stdio via the published package.

People who work with code analysis, dependency graph and github action and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-18 · ★ 3 · #36 OF 106 MAINTAINED AI & ML · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Repo2graph

Claude Code

claude mcp add srinivasan-78-repo2graph -- uvx repo2graph

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "srinivasan-78-repo2graph": {
      "command": "uvx",
      "args": [
        "repo2graph"
      ]
    }
  }
}

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

repo age created 2026-08-23 - young repo, little track record yet

license MIT - declared in the repository

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

registry namespace io.github.Srinivasan-78 is GitHub-verified and matches the repo owner

03 · What Repo2graph can do

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

Latest releases

v1.5.4 · 2026-09-17

Changed · Release version 1.5.4.

v1.5.3 · 2026-09-17

Changed · Release version 1.5.3.

v1.5.2 · 2026-09-17

Security · The audit log's error field is now redacted the same way every other · value is. A downstream exception's str() can echo caller input verbatim · (a malformed request, an OS error including a path with an…

04 · Who maintains Repo2graph

repo2graph is maintained by srinivasan-78. It's the only MCP server we track from this author; the repo dates to Aug 2026.

05 · Facts

category
AI & ML - ranked #36 of 106 actively-maintained AI & ML servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-17)
registry
io.github.Srinivasan-78/repo2graph (active, first published 2026-09-15 · 6 versions)
packages
pypi:repo2graph

06 · Repo2graph FAQ

What is Repo2graph?

AST-driven code graphs & zero-dependency GraphRAG for AI coding agents and humans. It runs locally over stdio via the published package.

Is Repo2graph still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-18 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Repo2graph?

Run `uvx repo2graph`. You can also paste the ready-made client config above.

Does Repo2graph 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 Repo2graph