Memoize — persistent agent memory for Claude Desktop
io.github.harrisonford/memoize
Persistent cross-session memory shared by Codex, Claude Code, ChatGPT, and other AI agents.
client:Claude Desktop
transport:streamable-http
Install Memoize — persistent agent memory in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"memoize": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://memoize.xyz/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs