Open Memory Protocol – One Memory Store for Claude, ChatGPT, Curso
soji_mathew
25 points
9 comments
June 30, 2026
Related Discussions
Found 5 related stories in 705.4ms across 14,015 title embeddings via pgvector HNSW
- Universal Memory Protocol – a shared format for agent memory edihasaj · 39 pts · June 06, 2026 · 63% similar
- Claude Brain DeathArrow · 33 pts · April 19, 2026 · 60% similar
- Show HN: CodeYam Memory – comprehensive memory management for Claude Code nadis · 16 pts · March 04, 2026 · 58% similar
- Memanto; open-source memory agent that remembers, recalls and answers majidfekri · 14 pts · June 18, 2026 · 58% similar
- Show HN: Recall – Local project memory for Claude Code mateenah · 95 pts · June 21, 2026 · 57% similar
Discussion Highlights (2 comments)
jcutrell
My problem with all of these kinds of things is that memory architecture is the whole point. If all I needed was common memory space I'd just use symlinks and cloud sync, Obsidian or whatever. But the context shaping is what makes memory useful in the first place, so just doing one stop shop memory is IMO about as useful as plain old markdown...
andrewinardeer
I sync my Obsidian and agent sessions with RAG and have added a skill to search RAG if the info is not in the context. Works perfectly.