Skip to content
Cursor

MCP Repo Mapper for Cursor

io.github.lovranran/mcp-repo-mapper

Deterministic repository structure mapping for onboarding agents.

client:Cursor transport:stdio runtime:pypi

Install MCP Repo Mapper in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-repo-mapper": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-repo-mapper"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MCP Repo Mapper in other clients