PluginBench
MCP Server
Maintained
MIT

MCP Repo Mapper MCP Server

io.github.LovRanRan/mcp-repo-mapper

What is the MCP Repo Mapper MCP server?

Deterministic repository structure mapping for onboarding agents.

How to install MCP Repo Mapper

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-repo-mapper": {
      "command": "uvx",
      "args": [
        "mcp-repo-mapper"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-repo-mapper": {
      "command": "uvx",
      "args": [
        "mcp-repo-mapper"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-repo-mapper": {
      "command": "uvx",
      "args": [
        "mcp-repo-mapper"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-repo-mapper": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-repo-mapper"
      ]
    }
  }
}
Claude Code
claude mcp add mcp-repo-mapper -- uvx mcp-repo-mapper

Related MCP servers

Python symbol exploration for codebase onboarding agents.

0
Python
MIT
View repository →

Local test execution and coverage summaries for onboarding agents.

0
Python
MIT
View repository →