Codebase Memory MCP
UnclaimedHigh-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.
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 (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.