Home Explorer Tools Calculator Install Architecture Playground Security

Install in 60 Seconds

Auto-detects your AI agent and configures everything. No config files to edit. No manual setup. Just run and go.

1
2
3
4
Step 1

Choose Your Agent

Select the AI coding agent you're using — AI Mind Map supports all of them.

Step 2

Run the Installer

One command auto-detects Claude Code and writes the correct config.

Run in your terminal
$ npx ai-mind-map install
ℹ️ Works on macOS, Linux, and Windows · Requires Node.js ≥ 18
~/.claude/claude_desktop_config.json
{
  "mcpServers": {
    "ai-mind-map": {
      "command": "npx",
      "args": ["-y", "ai-mind-map"]
    }
  }
}
Step 3

Verify the Connection

Restart your agent, then ask it to confirm the connection is working:

You say: "Call mindmap_status to verify the connection"
{
  "status": "connected",
  "version": "1.21.2",
  "tools": 50,
  "project": "your-project",
  "indexed": true,
  "symbols": 1247,
  "edges": 3891
}

You're Done!

Your AI agent now has a persistent, indexed brain of your entire codebase.