MCP Server
MCP
io.github.nerfels/mind-map
Experimental code intelligence platform for Claude Code with AST parsing and context analysis
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
By
Comments
Sign in to leave a comment