Skip to content
Gemini CLI

Living Memory for Gemini CLI

to.viibe/living-memory

An MCP memory server. One memory your agents share — across models, devices and apps.

client:Gemini CLI transport:streamable-http runtime:npm

Install Living Memory in Gemini CLI

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

{
  "mcpServers": {
    "living-memory": {
      "httpUrl": "https://lme.viibe.to/mcp"
    }
  }
}

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

Living Memory in other clients