Trust: 25/100 (Limited)
GoodMemory Guide
Local-first, auditable memory for Codex and Claude Code with durable SQLite, scoped recall hooks, eight read-only MCP tools, and opt-in governed writeback.
Quick Start
Install
npm install -g goodmemory@0.5.1Claude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"goodmemory": {
"command": "npx",
"args": [
"npm install -g goodmemory@0.5.1"
]
}
}
}