MCP Configs2026年4月6日·1 分钟阅读

Codebase Memory MCP — Code Knowledge Graph Server

High-performance MCP server that indexes codebases into persistent knowledge graphs. Supports 66 languages, sub-millisecond queries, and claims 99% fewer tokens than raw file context. 1,100+ stars.

介绍

Codebase Memory MCP is a high-performance MCP server that indexes your entire codebase into a persistent knowledge graph, with 1,100+ GitHub stars. Supports 66 programming languages, sub-millisecond queries, and 99% token savings vs. raw file context. Single static binary, zero dependencies. Ideal for developers working in large codebases who need AI agents to understand project architecture without blowing the context window.


Quick Use

Add the following to .mcp.json:

{
  "mcpServers": {
    "codebase-memory": {
      "command": "npx",
      "args": ["-y", "codebase-memory-mcp"]
    }
  }
}

Restart Claude Code — the server auto-indexes your project.


Intro

Codebase Memory MCP is a high-performance MCP server that indexes your entire codebase into a persistent knowledge graph, with 1,100+ GitHub stars. Supports 66 programming languages, sub-millisecond queries, and 99% token savings vs. raw file context. Single static binary, zero dependencies. Ideal for developers working in large codebases who need AI agents to understand project architecture without blowing the context window.


Source & Thanks

Created by DeusData. Licensed under Apache 2.0.

codebase-memory-mcp — ⭐ 1,100+

🙏

来源与感谢

Created by DeusData. Licensed under Apache 2.0.

codebase-memory-mcp — ⭐ 1,100+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。