Skip to content
Gemini CLI

Gnosis Memory for Gemini CLI

com.gnosismemory/memory

Persistent memory and vector search for AI agents. Hosted, OAuth-protected via Google sign-in.

client:Gemini CLI transport:streamable-http

Install Gnosis Memory in Gemini CLI

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

{
  "mcpServers": {
    "memory": {
      "httpUrl": "https://gnosismemory.com"
    }
  }
}

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

Gnosis Memory in other clients