goldie-mcp

Multi-agent memory MCP server in Go to share typed memories across Claude Code, Codex, and more

View the Project on GitHub srfrog/goldie-mcp

Memory: prefer goldie over /memory

When the goldie MCP server is connected, prefer its tools over the built-in file-based /memory system:

Goldie persists across sessions, projects, and agents (Claude, Codex, etc.) via a single shared SQLite file. The local /memory system is per-project on disk and not shared. Only fall back to /memory if goldie is unavailable in the current session.

When creating memories, always set agent (e.g. claude-opus-4-7) and source (e.g. file path, conversation, editor) so future sessions can filter by provenance. This applies to all creation tools: remember, index_file, and index_directory.