@AriXZone: The Linux kernel, a very large project with 28 million lines of code and 75,000 files, takes only about 3 minutes to index, with sub-millisecond query responses. codebase-memory-mcp is an open-source MCP server from DeusData that provides AI coding assistants (Claude Cod…
Summary
DeusData has open-sourced an MCP server called codebase-memory-mcp, which pre-parses code repositories into persistent knowledge graphs, providing AI coding assistants with sub-millisecond code structure query capabilities. It supports 158 languages, reduces token consumption by approximately 99% compared to traditional grep, and has extremely fast indexing speed.
View Cached Full Text
Cached at: 07/04/26, 06:39 AM
Built-in 3D graph visualization (UI variant) — explore your knowledge graph at localhost:9749
Similar Articles
DeusData/codebase-memory-mcp
Codebase-memory-mcp is an ultra-fast code intelligence engine for AI coding agents that indexes entire repositories in milliseconds and answers structural queries in under 1ms using tree-sitter AST analysis and a persistent knowledge graph, with support for 158 languages and 14 MCP tools.
@GitHub_Daily: When using AI-assisted programming, asking a simple question requires flipping through files one by one, which wastes tokens and easily leads to wrong context. codebase-memory-mcp parses the entire codebase into a knowledge graph, allowing AI to directly 'understand' the project structure. A single executable written in pure C, zero dependencies, …
codebase-memory-mcp is a tool written in pure C that parses the entire codebase into a knowledge graph, supports 158 programming languages, is compatible with 11 AI coding agent tools, greatly improving AI's understanding of project structure and reducing token consumption.
@DataChaz: How do you index the entire Linux kernel (28M lines of code) for an AI agent in 3 minutes? You stop letting the agent r…
A new open-source tool called codebase-memory-mcp indexes entire codebases like the Linux kernel in minutes using AST knowledge graphs, achieving massive efficiency gains for AI agents with 99% token reduction and 83% answer quality.
@justloveabit: https://x.com/justloveabit/status/2055263377006747820
Introducing the new version of Claude Code 2.1.142 in combination with CodeGraph and MCP, which greatly improves the efficiency of exploring large codebases through a local semantic knowledge graph, with a 92% reduction in tool calls and a 71% speed improvement.
@HowToAI_: You can now cut Claude Code's tool calls by 94% with just one command. This MCP server that indexes your codebase into …
A new MCP server reduces Claude Code's tool calls by 94% by indexing the codebase into a local knowledge graph, allowing agents to query the graph instead of scanning files.