Skip to content
Zed

Cartographer for Zed

io.github.beppetemp/cartographer

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

client:Zed transport:stdio runtime:oci

Install Cartographer in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

Cartographer in other clients