Governance MCP server for agent-maintained knowledge bases (OKF): git-backed writes, search, lint.
If you already use Cartographer, the cartographer mcp server is the piece that lets your assistant work with it directly. Governance MCP server for agent-maintained knowledge bases (OKF): git-backed writes, search, lint.
LLM agents forget everything between sessions, and stateless RAG only bolts retrieval onto that amnesia. The alternative is a knowledge base the agent itself builds and maintains over time — but letting an agent loose on a folder of files ends in broken links, lost history, and silent corruption. Cartographer is the governance layer that makes the pattern safe: the agent works the wiki exclusively through MCP tools, and the server enforces every invariant — validation, linking, immutability gates, one git commit per write.
The wiki is grounded in Karpathy's "LLM Wiki" pattern (operating model: knowledge accretes over time, it is not stateless RAG) on top of the OKF substrate (Open Knowledge Format v0.1 by Google Cloud) — each KB is a folder of .md files with YAML frontmatter, self-contained and version-controlled with git. Zero lock-in: the wiki is readable by any tool, including Obsidian and any text editor.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Server — multi-KB, HTTP + token auth, optional semantic embeddings. For shared and remoteCARTOGRAPHER_KB — —CARTOGRAPHER_DATA — —CARTOGRAPHER_HTTP — —CARTOGRAPHER_AUTH — autoCARTOGRAPHER_TOKENS — —CARTOGRAPHER_GIT_AUTOCOMMIT — trueCARTOGRAPHER_GIT_SYNC — trueCARTOGRAPHER_OLLAMA — —CARTOGRAPHER_OLLAMA_MODEL — nomic-embed-textCARTOGRAPHER_AUDIT_LOG — —CARTOGRAPHER_AUDIT_KEY — —Configuration is passed through the environment: CARTOGRAPHER_AUDIT_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Cartographer's toolset — Server, CARTOGRAPHER_KB, CARTOGRAPHER_DATA and 9 more — is a fair guide to whether it matches your workflow. It is maintained by BeppeTemp; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Server | multi-KB, HTTP + token auth, optional semantic embeddings. For shared and remote |
| CARTOGRAPHER_KB | — |
| CARTOGRAPHER_DATA | — |
| CARTOGRAPHER_HTTP | — |
| CARTOGRAPHER_AUTH | auto |
| CARTOGRAPHER_TOKENS | — |
| CARTOGRAPHER_GIT_AUTOCOMMIT | true |
| CARTOGRAPHER_GIT_SYNC | true |
| CARTOGRAPHER_OLLAMA | — |
| CARTOGRAPHER_OLLAMA_MODEL | nomic-embed-text |
| CARTOGRAPHER_AUDIT_LOG | — |
| CARTOGRAPHER_AUDIT_KEY | — |
| Variable | Description | Required |
|---|---|---|
| CARTOGRAPHER_AUDIT_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.