Code indexing MCP: 13 tools, 10 languages, hybrid search, call graphs, O(1) retrieval.
Most developer tooling work still happens through a UI a human drives. Codemunch MCP server moves it into the conversation instead. Code indexing MCP: 13 tools, 10 languages, hybrid search, call graphs, O(1) retrieval.
Intelligent code indexing MCP server. 15 tools, 10 languages, tree-sitter AST extraction, hybrid search (FTS5 + vector), call graphs, remote repo indexing, incremental indexing.
The server publishes 14 tools. What each one is for:
index_folder — Index a local directory (incremental, SHA-256 based)index_repo — Index a GitHub/GitLab repo (tarball download, no git needed)list_repos — List all indexed repositories with statsinvalidate_cache — Force re-index a repositoryfile_tree — Get directory tree with file countsfile_outline — List symbols in a single filerepo_outline — List all symbols in repo (summary)get_symbol — Get full source of one symbol (O(1) byte seek)get_symbols — Batch get multiple symbolssearch_symbols — Hybrid search (FTS5 + vector RRF)search_text — Full-text search in file contentsget_callees — What does this function call?Installation goes through your MCP client rather than a global install: point it at codemunch-pro on PyPI and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Codemunch's toolset — index_folder, index_repo, list_repos and 11 more — is a fair guide to whether it matches your workflow. It is maintained by BigJai; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Codemunch's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| index_folder | Index a local directory (incremental, SHA-256 based) |
| index_repo | Index a GitHub/GitLab repo (tarball download, no git needed) |
| list_repos | List all indexed repositories with stats |
| invalidate_cache | Force re-index a repository |
| file_tree | Get directory tree with file counts |
| file_outline | List symbols in a single file |
| repo_outline | List all symbols in repo (summary) |
| get_symbol | Get full source of one symbol (O(1) byte seek) |
| get_symbols | Batch get multiple symbols |
| search_symbols | Hybrid search (FTS5 + vector RRF) |
| search_text | Full-text search in file contents |
| get_callees | What does this function call? |
| get_callers | Who calls this function? |
| diff_symbols | What changed since last index? (PR review) |
{
"mcpServers": {
"codemunch-pro": {
"command": "uvx",
"args": ["codemunch-pro"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.