DeusData/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.
About the project
MCP server for code intelligence: indexes repositories into a persistent knowledge graph (functions, classes, call chains, HTTP routes) across 162 languages and answers structural queries in milliseconds. Built for AI coding agents to navigate code without reading files one by one.
Useful for
- Index a repository and find all call sites of a function via an MCP query
- Analyze the impact of changing a class on related modules and services
- Detect dead code and unused HTTP routes in a project
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 78 stars so far today, about 155 expected by the end of the day.
- Over the last two days the pace is 1.6× that of the previous week and a half.
- GitHub Trending today: #14, +201 stars.
- About 18 forks a day — people are taking the code.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 44,314
- Today
- 78 · ≈ 155 by evening
- Forks
- 3,623
- Issues and pull requests
- 2,219
- Watchers
- 175
- Language
- C
- License
- MIT
- Latest release
- v0.11.0 · September 15, 2026
- Created
- February 24, 2026
- Last push
- September 22, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 23, 2026GitHub Trending today: #14, +201 stars
Similar by description
-
2.6
ctxrs/graf
Graf is a Rust rewrite of a code-graph tool that builds a graph of your codebase and docs, acting as a local alternative to Sourcegraph. It indexes code into SQLite so agents can quickly trace relationships between…
-
3.3
zzet/gortex
A local Go code-intelligence engine that builds a graph of functions, classes, call chains and contracts across 257 languages and serves it to AI agents and IDEs via CLI, MCP and API, cutting token usage.