MCP Codebase Index
Unclaimed17 MCP query tools for codebase navigation — functions, classes, imports, dependency graphs, change impact. Zero dependencies. 87% token reduction.
Install
pip install "mcp-codebase-index[mcp]"Unclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (18)
find_symbol
Find where a symbol is defined (file, line, type)
get_call_chain
Shortest dependency path (BFS)
get_change_impact
Direct + transitive dependents
get_class_source
Full source of a class
get_classes
List classes with name, lines, methods, bases
get_dependencies
What a symbol calls/uses
get_dependents
What calls/uses a symbol
get_file_dependencies
Files imported by a given file
get_file_dependents
Files that import from a given file
get_function_source
Full source of a function/method
get_functions
List functions with name, lines, params
get_imports
List imports with module, names, line
get_project_summary
File count, packages, top classes/functions
get_structure_summary
Structure of a file or the whole project
get_usage_stats
Session efficiency stats: tool calls, characters returned vs total source, estimated token savings
list_files
List indexed files with optional glob filter
reindex
Force full re-index (rarely needed — incremental updates happen automatically in git repos)
search_codebase
Regex search across all files (max 100 results)