Skip to content
Gemini CLI

JustOnce for Gemini CLI

ai.justonce/memory

Persistent memory for AI assistants — one shared, OAuth-secured vault for every MCP client.

client:Gemini CLI transport:streamable-http

Install JustOnce in Gemini CLI

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

{
  "mcpServers": {
    "memory": {
      "httpUrl": "https://mcp.justonce.ai"
    }
  }
}

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

JustOnce in other clients