# 你 Claude Codex 一个月烧 200 token 的元凶不是模型贵是没 memory
> 采集时间: 2026-05-06 20:47:22
> 作者: Jason Zhu (@GoSailGlobal)
> 来源: https://x.com/GoSailGlobal/status/2051942423895712149
> 共 10 条帖子
---
## 2026-05-06 16:29:31
你 Claude / Codex 一个月烧 $200+ token 的元凶不是模型贵,是没 memory。
每次新会话从 0 开始解释项目背景 → 70% token 烧在重复 context。
调研了一圈 agent memory 层,整理出 4 派系 18 个项目 — 跨会话记得住、跨 agent 共享、token 直降一半 🧵

---
## 2026-05-06 16:29:34
🔌 协议派(标准 MCP,跨 IDE 通用)
· mem0 (大厂 backed,最主流)
[github.com/mem0ai/mem0](https://github.com/mem0ai/mem0)
· mnemon-dev/mnemon (graph-based 持久记忆)
[github.com/mnemon-dev/mnemon…](https://t.co/ij1gGOlK3O)
· memtrace-public (coding agent 专用)
[github.com/syncable-dev/memtrace-public…](https://t.co/j0N6XNqXlZ)
· mcp-memory-service (轻量纯 MCP)
[github.com/doobidoo/mcp-memory-service…](https://t.co/bvo0cHQchJ)
接 MCP 的 IDE 都能用,零改代码。
**链接卡片**: [GitHub - mem0ai/mem0: Universal memory layer for AI Agents](https://t.co/bhDIRdoCuz)

---
## 2026-05-06 16:29:37
🏗️ 框架派(重型,全套 agent runtime)
· Letta (前 MemGPT,学术派最强)
[github.com/letta-ai/letta](https://github.com/letta-ai/letta)
· Agenvoy (自演化 memory + 沙箱)
[github.com/agenvoy/Agenvoy](https://github.com/agenvoy/Agenvoy)
· EverOS (memory-first agent OS)
[github.com/everos-org/everos…](https://t.co/HqomHjWfYA)
要重写 agent 架构,但 memory 能力天花板。
**链接卡片**: [GitHub - letta-ai/letta: Letta is the platform for building stateful agents: AI with advanced...](https://t.co/AqVLOkpEBL)

---
## 2026-05-06 16:29:40
🧠 Coprocessor 派(plug-in 给现有 agent 加记忆)
· mnemo-cortex (开源 memory coprocessor)
[github.com/GuyMannDude/mnemo-cortex…](https://t.co/kKRycGfmiT)
· XMem (印度 multi-modal long-term memory)
[github.com/XortexAI/XMem](https://github.com/XortexAI/XMem)
· TrueMemory (long-horizon ingest + insight)
[github.com/buildingjoshbetter/TrueMemory…](https://t.co/Ngpr8MjVqy)
· nocturne_memory (轻量 daemon)
[github.com/Tunnello/nocturne_memory…](https://t.co/8X6xTge5XI)
不动 agent,外挂内存芯片。
**链接卡片**: [GitHub - GuyMannDude/mnemo-cortex: Open-source memory coprocessor for AI agents. Persistent recall,...](https://t.co/tCAJNcTaXB)

---
## 2026-05-06 16:29:43
🔧 Claude / Codex 持久 memory
· remember-md/remember (Claude Code 专用 second brain)
[github.com/remember-md/remember…](https://t.co/C63AoMxB9E)
· kunwar-shah/claudex (Claude Code FTS5 search)
[github.com/kunwar-shah/claudex…](https://t.co/qdHwWJSqNg)
· tensorlakeai/tensorlake-skills (跨工具 router + memory)
[github.com/tensorlakeai/tensorlake-skills…](https://t.co/vgbWs83sU6)
针对 Claude/Codex 优化,开箱即用。
**链接卡片**: [GitHub - remember-md/remember: AI-powered second brain for Claude Code that builds itself. Extract...](https://t.co/CQVGJeqDqD)

---
## 2026-05-06 16:29:45
🎯 选型:
· 用 Cursor/Claude Desktop 接现成 → mem0 / mcp-memory-service
· 重新写 agent → Letta / Agenvoy
· 给现成 agent 加挂载 → mnemo-cortex
· Claude Code 用户 → remember-md/remember
· 多 agent 共享 → tensorlake-skills (router)
省 token 第一原则:先装一个,后期再换。最贵的就是「啥都没装」。
---
## 2026-05-06 16:29:48
完整 18 项对比 + Hub 索引:
[agentskillshub.top/best/agent-memory/…](https://t.co/kSbU1DIQpD)
血泪教训:之前一个项目跨 5 个 Codex 会话,每次都重新 explain 70 行 context = 单 session 烧 $4。装 mnemon 后降到 $0.8。
你用啥 memory 方案?踩过哪些坑?👇
**链接卡片**: [Agent Memory: 30 Open-Source Tools Compared (2026)](https://t.co/kSbU1DIQpD)

---
## 2026-05-06 16:31:23
这就是把钱花在刀刃上的关键 省下的钱又可以多撸几千条token了
---
## 2026-05-06 18:12:51
这图要用什么prompt生成 thx
---
## 2026-05-06 18:15:50
直接gpt-image-2:直接生图,清新风格。
---