Auto-detects your AI agent and configures everything. No config files to edit. No manual setup. Just run and go.
Select the AI coding agent you're using — AI Mind Map supports all of them.
One command auto-detects Claude Code and writes the correct config.
{
"mcpServers": {
"ai-mind-map": {
"command": "npx",
"args": ["-y", "ai-mind-map"]
}
}
}
Restart your agent, then ask it to confirm the connection is working:
{
"status": "connected",
"version": "1.21.2",
"tools": 50,
"project": "your-project",
"indexed": true,
"symbols": 1247,
"edges": 3891
}
Your AI agent now has a persistent, indexed brain of your entire codebase.