Odel
mind map

mind map

Local
@nerfels2TypeScriptMITUpdated 9mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmind-map-mcpv1.12.13

Run

npx -y mind-map-mcp

MCP client config

{
  "mcpServers": {
    "mind-map": {
      "command": "npx",
      "args": [
        "-y",
        "mind-map-mcp"
      ]
    }
  }
}