← Index

io.github.nerfels/mind-map

io.github.nerfels/mind-map·v1.12.13·Maps & Location
Quality Score
70
/100

Experimental code intelligence platform for Claude Code with AST parsing and context analysis

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mind-map": {
      "command": "npx",
      "args": [
        "-y",
        "mind-map-mcp"
      ],
      "env": {
        "MCP_PROJECT_ROOT": "<mcp_project_root>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mind-map": {
      "command": "npx",
      "args": [
        "-y",
        "mind-map-mcp"
      ],
      "env": {
        "MCP_PROJECT_ROOT": "<mcp_project_root>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mind-map-mcp
§02  Environment variables
MCP_PROJECT_ROOT

Project root directory for MCP to analyze (optional - uses current working directory if not specified)

§03  MCP Quality Score  ·  methodology
freshness
10
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Maps & Location