Skip to content
Gemini CLI

verbative memory for Gemini CLI

io.github.verbative/verbative-memory

On-device, self-organizing memory for AI coding agents — recalls the right facts into each prompt.

client:Gemini CLI transport:stdio runtime:npm

Install verbative memory in Gemini CLI

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

{
  "mcpServers": {
    "verbative-memory": {
      "command": "npx",
      "args": [
        "-y",
        "verbative-memory"
      ]
    }
  }
}

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

verbative memory in other clients