Skip to content
Gemini CLI

Memoize — persistent agent memory for Gemini CLI

io.github.harrisonford/memoize

Persistent cross-session memory shared by Codex, Claude Code, ChatGPT, and other AI agents.

client:Gemini CLI transport:streamable-http

Install Memoize — persistent agent memory in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "memoize": {
      "httpUrl": "https://memoize.xyz/mcp"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Memoize — persistent agent memory in other clients