Local-first MCP memory for capturing, organizing, and resuming context across AI tools.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Mindmap MCP Server.
mindmap_captureSilently save a context summary (the effortless half of the loop).
mindmap_resumeFind + return the best context for a topic; **promotes on reuse**. Also a launcher: pass `collection` to resume out of e.g. "Unfinished projects".
mindmap_resume_optionsList distinct candidate topics (with workspace) so the user can pick which to resume.
mindmap_importOn-demand session sync โ "update mind map with my recent work".
mindmap_organizeFile memories into collections โ "add this to my Goals", "park this".
mindmap_collectionsView collections; opening one shows workspace + where-you-left-off per item.
Ever lose the thread of a discussion across Claude Code, Claude Desktop, and your other AI tools? Mind Map is a small, local-first MCP server that acts as a shared memory layer across all your local MCP clients.
You capture context at the end of a session, and resume it in any other tool โ no more re-explaining your project from scratch. Memory you stop using cools and decays gracefully into one-line traces (it's never silently deleted), so your shelf stays small and trustworthy instead of becoming another haystack.
Local-first by design. It runs on your machine; your memories are plain files in
~/.mindmapthat never leave your control. No account, no cloud, no server to trust. Install once withnpx @ravi-labs/mindmap-mcp-server install.
ChatGPT and other cloud/web clients are out of scope for now โ they can't reach a local server without a public endpoint, which conflicts with local-first. See Future.
Once published to npm, the whole install is:
This auto-detects your local MCP clients (Claude Desktop, Cursor, Windsurf)
and writes the config for you, and configures Claude Code via its CLI if
present. Restart your client and Mind Map's tools are there. Preview first with
npx @ravi-labs/mindmap-mcp-server install --dry-run; undo with
npx @ravi-labs/mindmap-mcp-server uninstall.
Data lives in ~/.mindmap/ by default โ override with the MINDMAP_DIR env var.
Every client uses the same command โ npx -y @ravi-labs/mindmap-mcp-server over stdio.
Claude Code:
Claude Desktop โ edit claude_desktop_config.json
(macOS: ~/Library/Application Support/Claude/claude_desktop_config.json):
Cursor / Windsurf / other clients โ same command + args shape in that
client's MCP config. Add an env block to relocate data:
Just talk naturally inside your AI tool โ the model calls the right tool:
Run npx @ravi-labs/mindmap-mcp-server quickstart for the full getting-started guide.
Start an idea in Claude, keep going in Cursor โ without re-explaining it. Mind Map is
the shared memory; each tool brings its own brainstorming muscle. mindmap_brainstorm
loads your persona and prior idea-threads on the topic, you brainstorm, and saving with
kind: "brainstorm" lets it resume anywhere. A bundled brainstorm Skill (installed
into ~/.claude/skills by install) wires the load โ brainstorm โ save flow for Claude.
Mind Map always organizes automatically (recency tiers, source, topic, workspace). Collections are your own layer on top: named groups like ๐ฏ Goals, ๐ ฟ๏ธ Parking Lot, โ Decisions โ or anything you invent. Say "add this to my Goals" or "park this" in any tool, or use the dashboard's Organize tab.
Two things make collections more than folders:
mindmap_resume drops you back in: full topic context, right folder,
exact next step.Don't want to file things by hand? Auto-organize reads across all your sessions and proposes collections โ it always looks for unfinished projects (started building, went cold, never shipped), Goals, Decisions, and parked ideas, plus anything you ask for ("everything about billing"). It only suggests; nothing is filed until you accept. Uses your own LLM if configured, otherwise a no-key heuristic.
For Claude Code, install adds a SessionEnd auto-capture hook โ every
substantive session is distilled into a memory automatically, so you never have
to remember to save. It's deduped (resuming + re-ending updates in place) and
skips trivial/automated sessions. Opt out with install --no-hook; it's removed
cleanly by uninstall.
For other clients (or as a belt-and-braces nudge), add one line to your client's
instructions (e.g. Claude Code's CLAUDE.md):
At the end of a substantive session, call
mindmap_captureto save the context. When I reference past work, callmindmap_resumefirst.
The tools are also described to encourage the model to do this proactively.
Import your existing Claude history into Mind Map โ distilled, not raw dumps:
Covers Claude Code (CLI โ full prompts), Cowork (title + opening
message), VS Code Copilot (full prompts), and Cursor (chat titles +
prompts); each memory is tagged by source. Filters: --source code|cowork|copilot|cursor,
--project <name>, --limit N. Imported memories keep their original dates, so
old ones settle into cold traces automatically.
Imported memories capture the discussion (your prompts + the assistant's
substantive answers), not just titles โ for the transcript-backed sources
(Claude Code, Cursor, Copilot). Re-run with --reimport to refresh existing
memories in place after an upgrade.
Notes:
Removes automated/scheduled-task memories and collapses duplicate sessions. Anything you've promoted is always kept.
Beyond individual discussions, Mind Map keeps a persona: a distilled, evolving profile of how you work โ your stack, style, communication preferences, and constraints โ so any tool can apply it and stop re-asking the same setup questions. It's separate from your discussion memories.
mindmap_persona_set. High confidence, yours, editable.mindmap_persona_learn derives recurring signals from your
existing memories. No LLM needed (keyword heuristic); richer if you enable one.mindmap_persona at the start of a session and apply what's there.Add this to your client's instructions so it happens automatically:
At the start of a session call
mindmap_personaand apply it. When I state a durable preference, callmindmap_persona_set.
A memory you can't extract, inspect, or carry isn't a memory you own. Three features make Mind Map's memory genuinely yours:
Memory Passport โ export everything to one portable, open file, and pull your context out of the walled gardens:
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/ravi-labs-mindmap-mcp-server)<a href="https://allmcps.com/mcp/ravi-labs-mindmap-mcp-server"><img src="https://allmcps.com/api/badge/ravi-labs-mindmap-mcp-server?style=directory" alt="Mindmap MCP Server on AllMCPs" /></a>