GoodMemory v0.5.1: durable, auditable memory for coding agents #3
hjqcan
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
GoodMemory v0.5.1 is ready for people who want durable memory in Codex, Claude Code, or another MCP client without handing their project history to a hosted memory service.
GoodMemory sits between your agent host or application and the model runtime. It stores selected facts locally, recalls relevant context on later turns, and keeps writes auditable and reversible.
Try it with Codex or Claude Code
The interactive setup detects installed hosts and can use durable local SQLite without an embedding or extraction provider. Writeback is configurable: choose
reviewif you want approval before durable writes,selectivefor governed high-signal writes, orofffor recall-only use.Other ways to use it
goodmemory-mcp --standalone --user-id YOUR_USER_IDnpm install goodmemory@0.5.1goodmemory-clientwith the HTTP bridgeStart here:
If you try it, please share:
goodmemory setupandgoodmemory statusworked on the first attempt.Bug reports belong in Issues. Setup experiences, integration questions, and host requests are welcome in Discussions.
Beta Was this translation helpful? Give feedback.
All reactions