m3-memory
活跃·★ 11·Apache-2.0·更新于 2026-05-29
★ 时下流行★ RAG / 知识库★ 记忆与上下文
为MCP代理提供持久化的本地记忆。
M3 Memory为MCP代理提供基于SQLite的持久化本地记忆,支持混合检索和可选的跨设备同步。它跨会话存储事实、决策和偏好,具有矛盾处理和知识图谱功能。离线运行,可与Claude Code、Gemini CLI等MCP兼容代理集成。
#agentic-memory#AI 智能体#AI 记忆#aider#Claude Code#gdpr#Gemini#gemini-cli
01
功能特性
01跨会话持久化记忆
02混合检索(FTS5+向量+MMR)
03矛盾检测与自动替换
04知识图谱与实体提取
05可选的跨设备双向同步
02
兼容性
macOS
macOS
已通过文档验证
Linux
Linux
已通过文档验证
Windows
Windows
已通过文档验证
03
快速开始
1
$ curl -fsSL https://raw.githubusercontent.com/skynetcmd/m3-memory/main/install.sh | bash
04
使用场景
↳像Claude Code或Gemini CLI这样的编码代理需要跨会话持久记忆
↳多代理团队共享本地记忆存储,支持交接和作用域
↳开发者需要本地优先的记忆,并可选择跨设备同步
05
同类工具
相关搜索
评论
登录后发表评论
- AAlex Johnson2026年4月8日
Local-first means the primary data source is always on your own hardware.
- Lane Lee2026年4月6日
Local-first agentic memory framework for MCP agents across multiple computers.
- HHarper Zhang2026年3月22日
Good for developers using AI agents on multiple machines who want unified memory.
- DDakota Davis2026年2月26日
Cross-computer memory synchronization is a practical need in distributed workflows.