codebase-memory-mcp
Code-intelligence MCP server that indexes codebases into a knowledge graph.
Open source Self-hostable MCP support free
LicenseMIT
PriceFree
UsageNo model cost
Model supportmulti
Languagesc
GitHub stars25.6k
Last activity2026-07-04
VerifiedFri Jun 26 2026 00:00:00 GMT+0000 (Coordinated Universal Time)
Verified byseed
A code-intelligence MCP server that full-indexes a codebase into a persistent knowledge graph of functions, classes, call chains, and routes, answering structural queries in under a millisecond and cutting token use versus file-by-file exploration. Ships as a single static binary and runs 100% locally.
Strengths
- Sub-ms structural queries across the whole codebase
- Replaces dozens of grep and read calls with one graph query
- Single static binary, local-first, zero dependencies
Tradeoffs
- Needs an initial index per project
- Pure-C codebase; extending it needs a C toolchain
Covers
MCP supportSelf-hosting