Skip to content
Gemini CLI

audrey for Gemini CLI

io.github.evilander/audrey

Local-first biological memory for coding agents: recall, consolidation, and pre-action Guard checks.

client:Gemini CLI transport:stdio runtime:npm

Install audrey in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "audrey": {
      "command": "npx",
      "args": [
        "-y",
        "audrey"
      ],
      "env": {
        "AUDREY_DATA_DIR": "<AUDREY_DATA_DIR>",
        "AUDREY_AGENT": "<AUDREY_AGENT>"
      }
    }
  }
}

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

audrey in other clients