mcpbeat Sign in

Mindmap MCP Server

by ravi-labs Your server? Claim it
local only

Mindmap MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 39 installs a week from npm. Last commit 6 Jul 2026.

Local-first memory & context-handoff across AI tools — capture in one, resume in another. No cloud.

Installs per day peak 15 · avg 7 · +48% w/w
a month agotoday
39
Installs / week
npm · @ravi-labs/mindmap-mcp-server
4
Stars
4 open issues
6 Jul 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

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

  const child = spawnSync(

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

Alternatives to Mindmap MCP Server

same job, measured the same way
OneAIMemory
by amxncode

Cross-device AI memory with encrypted activity capture and context handoff between AI tools

answering
Ace Context MCP
by dw-dwain

Local-first memory for AI chats: save context in one chat, load it in any other via MCP.

local only
Mindswap
by shiporbleed

Local-first AI context and memory server for cross-tool coding continuity.

45 installs/wk local only
Whitemagic MCP
by lbailey94

Local-first memory and session continuity for AI coding agents over MCP. No cloud, no telemetry.

1 080 installs/wk local only
M3 Memory
by skynetcmd

Local-first memory — 100+ tools, 99.2% LongMemEval-S retrieval@10, hybrid search, GDPR, no cloud.

2 015 installs/wk local only
Dreamd
by botzrdev

Local-first, cross-harness memory for AI coding agents.

223 installs/wk local only
Taproot
by taproothq

Persistent memory layer for AI tools. Save and recall notes across Claude and other MCP clients.

answering
Nan Forget
by nanmesh

AI that remembers. Local-first cross-session, cross-project long-term memory for coding tools.

74 installs/wk local only

Mindmap MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Mindmap MCP Server?
Mindmap MCP Server 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 @ravi-labs/mindmap-mcp-server was installed 39 times last week.
How do I connect Mindmap MCP Server?
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 @ravi-labs/mindmap-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Mindmap MCP Server?
The npm package @ravi-labs/mindmap-mcp-server was installed 39 times in the last week. Week over week that is +48%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Mindmap MCP Server open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 4 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.