Skip to content
Gemini CLI

Kagura Memory Cloud for Gemini CLI

io.github.kagura-ai/memory-cloud

Persistent memory for AI assistants: store, search, and connect knowledge across conversations.

client:Gemini CLI transport:streamable-http

Install Kagura Memory Cloud in Gemini CLI

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

{
  "mcpServers": {
    "memory-cloud": {
      "httpUrl": "https://memory.kagura-ai.com/mcp"
    }
  }
}

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

Kagura Memory Cloud in other clients