Memoize — persistent agent memory for Zed
io.github.harrisonford/memoize
Persistent cross-session memory shared by Codex, Claude Code, ChatGPT, and other AI agents.
client:Zed
transport:streamable-http
Install Memoize — persistent agent memory in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"memoize": {
"url": "https://memoize.xyz/mcp"
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs