mcpbeat Sign in

Mind Map MCP Server

local only

Mind Map runs on your own machine — the client starts it, so there is no endpoint to ping. 77 installs a week from npm. Last commit 18 Sep 2025.

Experimental code intelligence platform for Claude Code with AST parsing and context analysis

No commits for 12 months.

Installs per day peak 47 · avg 12 · -53% w/w
a month agotoday
77
Installs / week
npm · mind-map-mcp
2
Stars
0 open issues
18 Sep 2025
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

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

    fs.existsSync(path.join(currentDir, item))
      const pythonProcess = spawn(this.pythonExecutable, ['-c', script], {

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

This one needs environment variables set before it will start: MCP_PROJECT_ROOT (Project root directory for MCP to analyze (optional - uses current working directory if not specified)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Mind Map

same job, measured the same way
Constellation
by shiftinbits

Code Intelligence Platform for AI Coding Agents

430 installs/wk local only
Sem
by ataraxy-labs

Entity-level code intelligence: semantic diff, impact analysis, blame, and context for AI agents

6 824 installs/wk local only
Exa
by exa

Fast, intelligent web search and web crawling. New mcp tool: Exa-code is a context tool for coding

2 tools answering
ArchGraph
by archgraph

Code intelligence platform for AI agents. 20 tools for architecture, security & impact analysis.

answering
MCP Toolz
by taylorleese

Context management, todo persistence, and multi-AI perspectives for Claude Code

239 installs/wk local only
Godotiq
by salvo10f

Intelligent MCP server for Godot 4. Spatial intelligence, code analysis, 35 tools.

464 installs/wk local only
Paper Lantern
by paperlantern

Research intelligence for AI coding agents. 2M+ CS papers with evidence and tradeoffs.

answering
Distillery
by norrietaylor

Knowledge base for Claude Code with semantic search, feed intelligence, and teams

200 installs/wk local only

Mind Map — questions

Answers built from our own checks of this server.

Why is there no uptime for Mind Map?
Mind Map 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 mind-map-mcp was installed 77 times last week.
Is Mind Map still maintained?
No commits for 12 months. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Mind Map?
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 mind-map-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Mind Map?
The npm package mind-map-mcp was installed 77 times in the last week. Week over week that is -53%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Mind Map open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 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.