MemoryPilot
活跃·★ 17·NOASSERTION·更新于 2026-05-17
★ 时下流行★ RAG / 知识库★ 记忆与上下文
MemoryPilot 是最先进的MCP内存服务器,为AI编程助手提供持久、可搜索的记忆,支持混合搜索、时序知识图谱和自动压缩。
MemoryPilot 是一款最先进的 MCP 内存服务器,为 AI 编程助手提供持久、可搜索的记忆。它具有混合搜索(BM25 + 多语言嵌入)、时序知识图谱、GraphRAG、AAAK 压缩和零样本自动分类。它完全本地运行,是一个单一二进制文件,在 LongMemEval 基准测试中达到 99.1% 的 R@5。
#人工智能#Cursor#向量嵌入#知识图谱#大语言模型#MCP 协议#MCP 服务器#MCP 服务器
01
功能特性
01混合搜索(BM25 + 多语言 e5-small RRF)
02带有效性和置信度的时序知识图谱
03自动实体提取和组合重排序的 GraphRAG
04AAAK 压缩(节省 5-10 倍令牌)
05记忆的零样本自动分类
02
兼容性
Cursor
Cursor
已通过文档验证
Claude Desktop
Claude Desktop
已通过文档验证
VS Code
VS Code
已通过文档验证
Windsurf
Windsurf
已通过文档验证
Claude Code
Claude Code
已通过文档验证
ChatGPT Desktop
ChatGPT(HTTP)
已通过文档验证
03
快速开始
1
$ git clone https://github.com/Soflutionltd/MemoryPilot.git
2
$ cd MemoryPilot
3
$ ./install.sh
04
使用场景
↳为 AI 编程助手提供跨会话的持久记忆
↳自动组织和检索项目知识
↳跨会话上下文回忆,用于 bug 修复和架构决策
05
同类工具
相关搜索
评论
登录后发表评论
- LLogan Wilson2026年5月10日
Hybrid search combines dense and sparse retrieval for better recall.
- PParker Wilson2026年4月18日
Hybrid search and Temporal Knowledge Graph for advanced AI memory management.
- DDylan Anderson2026年3月8日
Temporal dimension in the knowledge graph handles time-sensitive information correctly.
- EEmerson Johnson2026年3月1日
Good for AI applications where memory quality directly impacts output quality.