Skip to content
Gemini CLI

CLS++ Memory for Gemini CLI

io.github.rajamohan1950/cls-memory

Cross-LLM persistent memory: store context once, recall it from any AI model.

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

Install CLS++ Memory in Gemini CLI

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

{
  "mcpServers": {
    "cls-memory": {
      "httpUrl": "https://www.clsplusplus.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

CLS++ Memory in other clients