repomap

gjczone/repomap
★ 0 stars Python 💻 Code/Dev Tools Updated today
A Skill+CLI tool and MCP server that gives coding agents structured codebase awareness — where to start reading, what a change breaks, and what to verify — before and after editing code.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "repomap": {
      "command": "uvx",
      "args": [
        "repomap"
      ]
    }
  }
}

Or install with pip: pip install repomap

README Excerpt

> **A CLI tool that gives coding agents structured codebase awareness — where to start reading, what a change breaks, and what to verify — before and after editing code.** > > Built for agent harnesses like **Claude Code**, **Cursor**, **Codex**, and **OpenCode**. Two integration modes: **MCP Server** (tools appear in the agent's tool list) or **Skill + CLI** (a skill file guides the agent to call the CLI directly).

Tools (8)

checkdiffdoctorhotspotsorphanoverviewscanverify

Topics

agent-skillsastclicode-base-indexingharness-engineeringmcpmit-licensemodel-context-protocolpythonskillstree-sitter