MCP Codebase Index
未申請17 MCP query tools for codebase navigation — functions, classes, imports, dependency graphs, change impact. Zero dependencies. 87% token reduction.
インストール
pip install "mcp-codebase-index[mcp]"未申請リスティング
このMCPサーバーはあなたのものですか?
このリスティングは公開情報から自動的にインデックスされました。申請することで、ページの編集、互換性の設定、成長ツールのアンロックができます。2分以内に完了します。
このサーバーを申請するツール(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)