@vista8: 终于有人出手解决这个痛点了,不同 Agent 的对话、记忆的统一管理。 Product Hunt 刷到一个叫 Memmy 的开源项目。 https://memmy.bot 能把Codex、Claude Code、Workbuddy、Her…
摘要
Memmy 是一个开源项目,能统一扫描和管理 Codex、Claude Code 等常见 AI Agent 的对话记录与记忆,支持 Mac/Windows 和 TUI/CLI,让不同 Agent 共享上下文。
查看缓存全文
缓存时间: 2026/07/31 17:00
终于有人出手解决这个痛点了,不同 Agent 的对话、记忆的统一管理。
Product Hunt 刷到一个叫 Memmy 的开源项目。 https://memmy.bot
能把Codex、Claude Code、Workbuddy、Hermes 等所有常见 Agent 对话记录统一扫描管理起来。
软件设计得也很全面,同时支持 Mac 和 Windows,还提供TUI和Cli。
这样哪怕不打开软件,也能用任意 Agent 调用读取记忆,很适合搭建一套个人上下文系统。
Github 地址见评论区
Memmy
Source: https://memmy.bot/ Let every remember the same you




Memory that powers preference understanding, task relay, and continuous evolution.
Built for people who work with several AI tools every day. What you said, decided and care about — Memmy keeps it organized.
Memmy
GPT-5.6 Luna2M tokens free trial
Memmy
GPT-5.6 Luna2M tokens free trial
Memmy
GPT-5.6 Luna2M tokens free trial
How it works
Three steps, from strangers to in sync
01
Scan
After you authorize it, Memmy scans the conversation history of AI tools on your device, like Cursor, Claude and Codex.


02
Organize
Distills scattered conversations into structured memory — your preferences, decisions, project background and pitfalls — deduplicated, categorized and searchable.

03
Inject
When you switch to any AI tool, Memmy hands it the most relevant memory — not a full data dump, but precise on-demand matching.

DATA SECURITY
Your memory belongs to you alone

01### All memory stays local
Every piece of memory data is stored on your own device and never uploaded to any remote server. Your computer is your memory vault.
02### Never collected without consent
Memmy never reads or processes any AI conversation history without your knowledge. Every scan requires your explicit authorization and can be revoked at any time.
03### You decide who can use it
You fully control which agent can use each memory and how much context is passed. You can view or delete any memory anytime, and turn off any source.
Let everyAIremember the same you
macOS 12+ · Windows 10+ · Free & open source
Memmy
© 2026 Memmy
相似文章
@WY_mask: 给各类 AI 编程助手打造持久化记忆引擎 http://github.com/rohitg00/agentmemory… 在后台静默记录代码修改和上下文 自动提取并压缩成结构化记忆 节省长上下文带来的 Token 消耗 关联过去的信息,随…
agentmemory 是一个为 AI 编程助手提供持久化记忆的开源工具,能静默记录代码修改和上下文,自动提取并压缩成结构化记忆,降低 Token 消耗,并支持 Claude Code、Codex 等多种主流平台。
@LinearUncle: 推荐一个开源最强的本地跨 AI的session管理器:AgentsView。 它会把 Claude Code、Codex、Cursor 等工具的历史记录统一索引起来,让你快速搜索旧对话、查看项目记录、统计 token 和成本等。 全平台客…
AgentsView 是一个开源的本地跨 AI 会话管理器,能够统一索引 Claude Code、Codex、Cursor 等工具的历史记录,支持快速搜索、项目记录查看、token 和成本统计,并提供全平台客户端支持。
@servasyy_ai: 如何让多个 Agent 之间真正互相学习、互相帮助? 现在很多 Agent 都开始有自己的记忆,但问题是: 这些记忆彼此不连通。 Codex 记住的坑,Claude 不知道;Hermes 总结的方法,OpenClaw 也用不上。 最后每个…
讨论了如何让多个AI Agent之间建立共享记忆,避免重复踩坑,并介绍了通过改造MemOS CLI来实现只记录关键信息并在必要时搜索的方案。
@berryxia: https://x.com/berryxia/status/2084479289882194402
介绍 Memmy 这个开源 AI 记忆工具,它能跨工具记住项目、技能和业务流程图,并通过实际测试展示了找到本地项目、调用 Skills、接入业务 Agent 的能力,强调其让多个 AI 工具共享同一个工作记忆的核心理念。
@Saccc_c: https://x.com/Saccc_c/status/2058396860784505295
本文介绍如何通过配置 AGENTS.md 和 Memories 功能让 Codex 拥有持久记忆,从而提高沟通效率和操作安全性。