codebase-memory-mcp DeusData

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.

主要语言
C
Stars
40,261
Forks
2,835

标签

  • 上下文协议MCP
  • 知识图谱
  • 编程Agent
  • 本地部署
  • 工具调用
  • 库/SDK

摘要

codebase-memory-mcp 是一个面向AI编程代理的高性能代码智能引擎,通过tree-sitter AST分析将代码库索引为持久化知识图谱。它支持158种编程语言,能在毫秒级内完成普通仓库的全量索引,查询响应低于1ms,相比逐文件探索可减少99%的token消耗。项目以纯C编写,零依赖,提供单一静态二进制文件,支持macOS/Linux/Windows,可一键安装并自动配置43种AI编程客户端,适用于需要快速理解大型代码库结构的AI代理场景。

README

# codebase-memory-mcp [![GitHub Release](https://img.shields.io/github/v/release/DeusData/codebase-memory-mcp?style=flat&color=blue)](https://github.com/DeusData/codebase-memory-mcp/releases/latest) [![License](https://img.shields.io/badge/license-MIT-green)](LICENSE) [![CI](https://img.shields.io/…

查看完整页面