Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by breca • Uncategorized
An MCP server that provides a mental map of your codebase with progressive disclosure for LLMs.
A quick structural overview of a codebase with entity counts and relationships.
Detailed signatures, docstrings, and dependency information of code entities without reading full files.
Deep dive into a single entity's source code, members, and usage without multiple file reads.
MCP CodeMap parses source files to build a graph of code entities and their relationships, storing this in a local SQLite database for instant access. It offers tools to get structural overviews, deep dives on entities, and automatic reindexing after code changes, significantly reducing token usage and tool calls for code exploration. It supports multiple programming languages and integrates easily with various MCP clients.