io.github.nerfels/mind-map✓
io.github.nerfels/mind-map · v1.12.13
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.nerfels/mind-map",
"description": "Experimental code intelligence platform for Claude Code with AST parsing and context analysis",
"repository": {
"url": "https://github.com/nerfels/mind-map",
"source": "github"
},
"version": "1.12.13",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}