Odel
Cartograph

Cartograph

Local
@anthony-maio3TypeScriptMITUpdated 4mo ago

Repo analysis for coding agents with ranked files, dependency maps, and task-scoped context.

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).

npm@anthony-maio/cartographv1.1.4

Run

npx -y @anthony-maio/cartograph

MCP client config

{
  "mcpServers": {
    "cartograph": {
      "command": "npx",
      "args": [
        "-y",
        "@anthony-maio/cartograph"
      ]
    }
  }
}