mcpbeat Sign in

CodeCartographer MCP Server

by huginnindustries Your server? Claim it
local only

CodeCartographer runs on your own machine — the client starts it, so there is no endpoint to ping. 3 193 installs a week from npm. Last commit 18 Sep 2026.

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

Installs per day peak 549 · avg 62 · -86% w/w
a month agotoday
3 193
Installs / week
npm · codecartographer-pi
4
Stars
15 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 22 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.

Touches key and credential files core/secrets.ts:22
    /^(?:\.npmrc|\.pypirc|\.netrc|_netrc|\.htpasswd|\.git-credentials|\.pgpass|\.my\.cnf|\.boto)$/i,

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

Alternatives to CodeCartographer

same job, measured the same way
Omni Scanner
by pantheon-ladderworks

Codebase observatory with 56+ scanners for git health, architecture, and documentation.

109 installs/wk local only
Revibe MCP
by selvatuple

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

29 installs/wk local only
Ckb
by simplyliz

Code intelligence MCP server — 80+ tools for navigation, impact analysis, and architecture

274 installs/wk local only
Understand Anything - MCP
by uamcp

A powerful MCP server for codebase architecture analysis and automated governance.

67 installs/wk local only
CleanCode AI
by evozim

Automated codebase refactoring and type safety validator.

answering
CloudArch Codeflow
by cloud-arch

Turn a TypeScript codebase into a live animated call-flow diagram on CloudArch.

20 installs/wk local only
Docdex
by bekirdag

Fast per-repo documentation indexer and full-text search MCP server for codebases.

1 520 installs/wk local only
Docuwriter
by docuwriter

Generate, search, and manage codebase documentation on DocuWriter.ai. 72 tools incl. Autopilot.

answering

CodeCartographer — questions

Answers built from our own checks of this server.

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