Home › Other › Cartographer

Cartographer

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

Go
★ 29 stars Last pushed 2026-09-24 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/beppetemp/cartographer:v0.17.0

Or add to your MCP client config:

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

Related servers

Data from the Official MCP Registry