DeusData/codebase-memory-mcp
by Various
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.
MCP
DeusData/codebase-memory-mcp
Added 15 June 2026
Overview
High-performance code intelligence MCP server written in C. Indexes codebases into a persistent knowledge graph with sub-millisecond query times and support for 158 languages. Designed as a single static binary with zero dependencies, it reduces token usage by 99% when providing code context to language models.
Best for
Best for
Developers building AI-assisted coding tools that need fast, token-efficient codebase understanding
Use cases
- Indexing a large monorepo for instant code search and navigation
- Enabling LLMs to query code structure with minimal token overhead
- Providing context-aware code intelligence to AI coding assistants
Notes
High-performance code intelligence MCP server written in C. Indexes codebases into a persistent knowledge graph with sub-millisecond query times and support for 158 languages. Designed as a single static binary with zero dependencies, it reduces token usage by 99% when providing code context to language models.
3,556 stars on GitHub. Last updated 2026-06-13. Licensed MIT.
Use cases
- Indexing a large monorepo for instant code search and navigation
- Enabling LLMs to query code structure with minimal token overhead
- Providing context-aware code intelligence to AI coding assistants
Pros
- Sub-millisecond query speeds even for large repositories
- Broad language support covering 158 programming languages
- Single static binary with zero external dependencies
Cons
- Initial indexing of huge codebases may take time
- Lacks dynamic analysis or runtime behavior tracking
- No built-in graphical interface or advanced code review features
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Sub-millisecond query speeds even for large repositories
- Broad language support covering 158 programming languages
- Single static binary with zero external dependencies
Cons
- Initial indexing of huge codebases may take time
- Lacks dynamic analysis or runtime behavior tracking
- No built-in graphical interface or advanced code review features
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.