Skip to content
Cursor

Cartographer for Cursor

io.github.beppetemp/cartographer

Governance MCP server for agent-maintained knowledge bases (OKF): git-backed writes, search, lint.

client:Cursor transport:stdio runtime:oci

Install Cartographer in Cursor

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

{
  "mcpServers": {
    "cartographer": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/beppetemp/cartographer:v0.17.0"
      ]
    }
  }
}

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

Cartographer in other clients