Odel
MCP Repo Mapper

MCP Repo Mapper

Local
@lovranranPythonMITUpdated 3mo ago

Deterministic repository structure mapping for onboarding agents.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcp-repo-mapperv0.1.0

Run

uvx mcp-repo-mapper

MCP client config

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