← Back to Plugins
MCP Server MCP

io.github.nerfels/mind-map

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "mind-map-mcp",
      "version": "1.12.13",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Project root directory for MCP to analyze (optional - uses current working directory if not specified)",
          "format": "string",
          "name": "MCP_PROJECT_ROOT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...