mcpbeat Sign in

Repo Cartographer MCP Server

by builditwithgk Your server? Claim it
local only

Repo Cartographer runs on your own machine — the client starts it, so there is no endpoint to ping. 49 installs a week from npm. Last commit 5 Aug 2026.

Maps any repo into an architecture diagram (Mermaid/Graphviz) and enforces architecture rules in CI

Installs per day peak 245 · avg 10
a month agotoday
49
Installs / week
npm · repo-cartographer
1
Stars
0 open issues
5 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Repo Cartographer every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 repo-cartographer -- npx -y repo-cartographer
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "repo-cartographer": {
      "args": [
        "-y",
        "repo-cartographer"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.repo-cartographer]
command = "npx"
args = ["-y", "repo-cartographer"]
.cursor/mcp.json
{
  "mcpServers": {
    "repo-cartographer": {
      "args": [
        "-y",
        "repo-cartographer"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "repo-cartographer": {
      "args": [
        "-y",
        "repo-cartographer"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Repo Cartographer

same job, measured the same way
Archiet Xray
by anioko

Deterministic repo architecture maps: auth coverage, blast radius, readiness score, diagrams

159 installs/wk local only
Weavatrix Js
by sergii-ziborov

Always-fresh local repo graph: LSP-backed impact, Health, dead code, endpoints, architecture.

54 installs/wk local only
Vaults Diagram Tools
by malnati

Mermaid to assets. Source code to maps. MCP for agents.

49 installs/wk local only
Workflow Generator
by askuma

Architecture diagram with concurrency capacity and bottleneck estimates from any codebase.

61 installs/wk local only
Mermaid MCP App
by finfin

MCP App that renders Mermaid diagrams as interactive UI in Claude, VS Code and other MCP clients

57 installs/wk local only
declaude
by tenkenco

Rewrites Claude-English into plain English, preserving meaning, code and structure.

answering
Revibe MCP
by selvatuple

Analyze any codebase — get architecture, file roles, execution flows, and agent context.

29 installs/wk local only
CodeCartographer
by huginnindustries

Turn an unfamiliar codebase into validated architecture, contracts, and a reimplementation spec.

3 193 installs/wk local only

Repo Cartographer — questions

Answers built from our own checks of this server.

Why is there no uptime for Repo Cartographer?
Repo Cartographer 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 npm package repo-cartographer was installed 49 times last week.
How do I connect Repo Cartographer?
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 repo-cartographer straight from npm; nothing to host, nothing to sign up for.
How many people use Repo Cartographer?
The npm package repo-cartographer was installed 49 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Repo Cartographer open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.