AI & ML
Trust: 28/100 (Limited)io.github.nerfels/mind-map Guide
Experimental code intelligence platform for Claude Code with AST parsing and context analysis
1 starsby nerfels
Quick Start
Install
npx mind-map-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-nerfels-mind-map": {
"command": "npx",
"args": [
"mind-map-mcp"
]
}
}
}