Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by BigJai • Uncategorized
An intelligent code indexing MCP server with hybrid search, call graphs, and incremental indexing.
Surgical access to codebases without burning context tokens.
Perform code review by finding all callers of a function before changes.
Semantic search to locate relevant code such as error handling.
CodeMunch Pro indexes source code repositories using tree-sitter AST extraction and stores data in SQLite databases with full-text and vector search capabilities. It supports 15 tools including symbol retrieval, call graph analysis, and remote repo indexing without requiring git. The server enables efficient code navigation, semantic search, and incremental updates, saving tokens by seeking exact function sources via byte offsets.