Skip to content
| Marketplace
Sign in
Visual Studio Code>AI>repo-graph — structural codebase map for AINew to Visual Studio Code? Get it now.
repo-graph — structural codebase map for AI

repo-graph — structural codebase map for AI

james-chahwan

|
2 installs
| (0) | Free
Zero-config MCP server that gives AI coding assistants a structural graph of your workspace — navigate by structure, not grep.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

repo-graph for VS Code

Zero-config structural codebase map for AI coding assistants.

This extension registers repo-graph as an MCP server in VS Code's agent mode. Install it and your open workspace is mapped automatically — no JSON config, no path to type.

repo-graph gives the AI a graph of your codebase — entities, relationships, and feature flows — so it navigates straight to the files that matter instead of grepping and reading everything first. Works across 20+ languages/frameworks (Go, Rust, TypeScript/React/Angular/Vue, Python, Java, C#, …) with cross-stack linking between frontend calls and backend routes.

Requirements

  • uv on your PATH. The extension runs uvx mcp-repo-graph, which fetches the package and its prebuilt Rust engine wheel on first use — no Python or Rust toolchain setup required.

How it works

On activation the extension provisions an MCP stdio server:

uvx mcp-repo-graph --repo <your-workspace-folder>

VS Code's agent then gets repo-graph's 11 tools (status, flow, trace, impact, activate, find, dense_text, graph_view, …). The --repo argument follows your active workspace folder automatically.

Usage

  1. Install the extension.
  2. Open a project folder.
  3. In agent mode, repo-graph's tools are available — ask things like "what does this codebase do?" or "trace the checkout flow".

Links

  • GitHub
  • PyPI
  • MCP Registry

MIT licensed.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft