Codebase Memory MCP
未申請High-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds. 158 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependencies.
未申請リスティング
このMCPサーバーはあなたのものですか?
このリスティングは公開情報から自動的にインデックスされました。申請することで、ページの編集、互換性の設定、成長ツールのアンロックができます。2分以内に完了します。
このサーバーを申請するツール(14個)
delete_project
Remove a project and all its graph data.
detect_changes
Map git diff to affected symbols + blast radius with risk classification.
get_architecture
Codebase overview: languages, packages, routes, hotspots, clusters, ADR.
get_code_snippet
Read source code for a function by qualified name.
get_graph_schema
Node/edge counts, relationship patterns, property definitions per label. Run this first.
index_repository
Index a repository into the graph. Auto-sync keeps it fresh after that.
index_status
Check indexing status of a project.
ingest_traces
Ingest runtime traces to validate HTTPCALLS edges.
list_projects
List all indexed projects with node/edge counts.
manage_adr
CRUD for Architecture Decision Records. Query modes do not wait behind a same-project reindex; writes remain serialized.
query_graph
Execute Cypher-like graph queries (read-only).
search_code
Grep-like text search within indexed project files.
search_graph
Structured search by label, name pattern, file pattern, degree filters. Pagination via limit/offset.
trace_path
BFS traversal — who calls a function and what it calls (alias: tracecallpath). Depth 1-5.