Skip to content
Gemini CLI

agentmem for Gemini CLI

io.github.thezenmonster/agentmem

Governed memory for coding agents. Trust lifecycle, conflict detection, health scoring.

client:Gemini CLI transport:stdio runtime:pypi

Install agentmem in Gemini CLI

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

{
  "mcpServers": {
    "agentmem": {
      "command": "uvx",
      "args": [
        "quilmem"
      ]
    }
  }
}

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

agentmem in other clients