Cartographer
Rank #1,003io.github.BeppeTemp/cartographer
Governance MCP server for agent-maintained knowledge bases (OKF): git-backed writes, search, lint.
Cartographer is a Model Context Protocol (MCP) server published by BeppeTemp. It ranks #1,003 of 132,046 servers tracked on MCP Toplist, and its repository has 23 GitHub stars. Cartographer is listed across 2 registries — Official MCP and Glama, with 24 tracked versions. It was first listed on Jul 18, 2026 and most recently updated on Sep 22, 2026.
Ranks ahead of 131,043 of 132,046 servers on MCP Toplist.
Use Cartographer
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add cartographer -- docker run -i --rm ghcr.io/beppetemp/cartographer:v0.15.0[mcp_servers.cartographer]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/beppetemp/cartographer:v0.15.0"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"cartographer": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/beppetemp/cartographer:v0.15.0"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"cartographer": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/beppetemp/cartographer:v0.15.0"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"cartographer": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/beppetemp/cartographer:v0.15.0"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"cartographer": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/beppetemp/cartographer:v0.15.0"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"cartographer": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/beppetemp/cartographer:v0.15.0"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.BeppeTemp%2Fcartographer)<a href="https://mcptoplist.com/server/io.github.BeppeTemp%2Fcartographer"><img src="https://mcptoplist.com/badge/io.github.BeppeTemp%2Fcartographer.svg" alt="MCP Toplist: Top 1% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
BeppeTemp
Available versions (24)
| Version | Published |
|---|---|
| 0.15.0 | Sep 22, 2026 |
| 0.14.0 | Sep 18, 2026 |
| 0.13.0 | Sep 18, 2026 |
| 0.12.4 | Sep 14, 2026 |
| 0.12.3 | Sep 14, 2026 |
| 0.12.2 | Sep 13, 2026 |
| 0.12.1 | Sep 12, 2026 |
| 0.12.0 | Sep 11, 2026 |
| 0.11.0 | Sep 8, 2026 |
| 0.10.0 | Sep 7, 2026 |
| 0.9.0 | Aug 28, 2026 |
| 0.8.3 | Aug 28, 2026 |
| 0.8.2 | Aug 28, 2026 |
| 0.8.1 | Aug 27, 2026 |
| 0.8.0 | Aug 27, 2026 |
| 0.7.0 | Aug 26, 2026 |
| 0.6.1 | Aug 17, 2026 |
| 0.6.0 | Aug 17, 2026 |
| 0.5.0 | Aug 4, 2026 |
| 0.4.0 | Aug 1, 2026 |
| 0.3.1 | Jul 27, 2026 |
| 0.3.0 | Jul 26, 2026 |
| 0.2.0 | Jul 24, 2026 |
| 0.1.2 | Jul 18, 2026 |
Frequently asked questions
- Who maintains Cartographer?
- Cartographer is maintained by BeppeTemp, which publishes 1 MCP server (24 total versions) tracked on MCP Toplist.
- Is Cartographer listed on the Official MCP Registry?
- Yes — Cartographer is listed on the Official MCP Registry, alongside Glama.
- How many versions does Cartographer have?
- MCP Toplist tracks 24 versions of Cartographer, most recently published on Sep 22, 2026.
- Where can I find the source code for Cartographer?
- The source code for Cartographer is hosted at github.com/BeppeTemp/cartographer.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.