Cartograph MCP Server

Cartograph is task-shaped repo context for coding agents. It ships a CLI, an MCP server, user-scope install adapters for Claude Code and OpenClaw, and packaged agent assets for documentation-heavy workflows. It runs locally over stdio via the published package.

People connecting coding agent tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-04-14 · ★ 3 · #137 OF 194 MAINTAINED CODING AGENT · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Cartograph

Claude Code

claude mcp add anthony-maio-cartograph -- npx -y @anthony-maio/cartograph

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "anthony-maio-cartograph": {
      "command": "npx",
      "args": [
        "-y",
        "@anthony-maio/cartograph"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @anthony-maio/cartograph - published under the repo owner's npm scope (@anthony-maio)

registry namespace io.github.anthony-maio is GitHub-verified and matches the repo owner

03 · What Cartograph can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.1.4 · 2026-04-02

Cartograph 1.1.4 · This patch turns the latest task-packet work into a more product-shaped release. · Highlights · analyze --static is now summary-first by default · - surfaces what matters, dependency hubs, language…

v1.1.3 · 2026-03-29

Highlights · hardens remote repo cloning on Windows with shorter temp clone paths and core.longpaths=true, which clears large-repo benchmark failures like pytorch · refreshes safe dependency ranges and pins a patched…

v1.1.2 · 2026-03-26

sharpen focused bug-fix packets · Highlights: · keeps bug-fix packets anchored to explicit changed files more reliably · filters legacy-model and peripheral utility-script paths out of focused key-file selection when…

04 · Who maintains Cartograph

Cartograph is maintained by anthony-maio. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
coding agent - ranked #137 of 194 actively-maintained coding agent servers as of 2026-08-25.
registry
io.github.anthony-maio/cartograph (active, first published 2026-03-16 · 6 versions)
packages
npm:@anthony-maio/cartograph

06 · Cartograph FAQ

What is Cartograph?

Cartograph is task-shaped repo context for coding agents. It ships a CLI, an MCP server, user-scope install adapters for Claude Code and OpenClaw, and packaged agent assets for documentation-heavy workflows. It runs locally over stdio via the published package.

Is Cartograph still maintained?

Yes - as of 2026-08-25, its last commit was 2026-04-14. We re-verify nightly.

How do I install Cartograph?

Run `npx -y @anthony-maio/cartograph`. You can also paste the ready-made client config above.

Does Cartograph run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Cartograph

More coding agent MCP servers · Token Save · Aperion Shield · Rosetta MCP Server · Eu AI Act · Dvalincode

More TypeScript MCP servers · Leapfrog · Antics MCP · Rftools · Sitecore Server · Server Chart · see all