Skip to content
Cursor

Cartograph for Cursor

io.github.benteigland11/cartograph

Local-first reusable implementation registry for AI agents and versioned widgets.

client:Cursor transport:stdio runtime:pypi

Install Cartograph in Cursor

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

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

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

Cartograph in other clients