Aethvion Project Mapper
https://server.smithery.ai/aethvion/project-mapper/mcpGive your AI the map it needs before it starts writing code. Project Mapper scans your codebase once, builds a knowledge graph of every module, class, and function, then answers agent queries in milliseconds — 89–93% fewer tokens than reading raw files. 7 tools: - pm_context - focused context for a coding task - pm_impact - blast radius if you change an entity - pm_path - shortest connection between two entities - pm_scan - trigger a full or incremental scan - pm_delta - what changed since the last scan - pm_contribute - write agent discoveries back into the graph - pm_stats - overview of what's indexed Measured on Django 5.x: 11,988 entities indexed, 145ms session startup, 89–93% token reduction vs reading raw files. Currently supports Python, TypeScript, JavaScript, Java, Go and C#. More languages planned!
How to connect
https://server.smithery.ai/aethvion/project-mapper/mcp
curl -X POST https://server.smithery.ai/aethvion/project-mapper/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'