HermesMCP 与集成约 7 分钟

跨智能体共享记忆库

Share Memory Across Agent Harnesses

要点

  1. 用 Docker 自建 Hindsight,让 Hermes、Codex 和 Claude Code 读写同一记忆库
  2. Desktop 在记忆设置里改提供方,命令行则运行 hermes memory setup 选择它
  3. 给 Codex 安装生命周期钩子:开局初始化、工作中召回、结束时写入
  4. 相关项目用一个全局库,互不相关的代码库则分库存放以免串味
  5. 每条记忆带上 harness 标签,可以按 Hermes 或 Codex 过滤而不用硬隔离

原帖开头

HERMES AGENT CAN SHARE MEMORY WITH CODEX AND CLAUDE CODE THROUGH HINDSIGHT. ONE MEMORY BANK. ONE AGENT REMEMBERS, EVERY OTHER AGENT KNOWS. the problem: you use Hermes for orchestration. Codex for coding. Claude Code for debugging. each has its own memory. switch between them and