mcpbeat Sign in

Cartograph MCP Server

by benteigland11 Your server? Claim it
local only

Cartograph runs on your own machine — the client starts it, so there is no endpoint to ping. 160 installs a week from pypi. Last commit 19 Aug 2026.

Local-first reusable implementation registry for AI agents and versioned widgets.

Installs per day peak 351 · avg 51 · -37% w/w
a month agotoday
160
Installs / week
pypi · cartograph-mcp
0
Stars
1 open issues
19 Aug 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add cartograph -- uvx cartograph-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cartograph": {
      "args": [
        "cartograph-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cartograph]
command = "uvx"
args = ["cartograph-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "cartograph": {
      "args": [
        "cartograph-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cartograph": {
      "args": [
        "cartograph-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Cartograph

same job, measured the same way
Orbit
by constellation-works

Orbit's local-first task and workflow registry for coding agents.

624 installs/wk local only
Llmref
by llmref

Versioned documentation registry and semantic search for AI tools and coding assistants.

4 tools answering
Anno
by philmingdao

Local-first HTML review, editing, and annotation for AI coding agents.

45 installs/wk local only
remem-mcp — Local-first MCP Memory + CodeGraph + Wiki
by tinhien11

Local-first memory for AI coding agents. Memory + CodeGraph + Wiki in one SQLite file.

92 installs/wk local only
Kairn
by primeline-ai

Local-first knowledge engine for AI agents: memory, graph, and recall over MCP.

local only
Cozo Memory
by tobs-code

Local-first memory system for AI agents with hybrid search and graph reasoning

64 installs/wk local only
Nautilus Compass Memory
by chunxiaoxx

Local-first long-term memory for AI agents, with byte-recomputable signed verification receipts.

715 installs/wk answering
Norn
by samad001z

Local-first, persistent memory for AI coding agents — remember, recall, forget, and list, over MCP.

50 installs/wk local only

Cartograph — questions

Answers built from our own checks of this server.

Why is there no uptime for Cartograph?
Cartograph runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package cartograph-mcp was installed 160 times last week.
How do I connect Cartograph?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls cartograph-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Cartograph?
The pypi package cartograph-mcp was installed 160 times in the last week. Week over week that is -37%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Cartograph open source?
We cannot say either way: written in Python, 0 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.