Skip to content
Gemini CLI

Sthayi for Gemini CLI

io.github.sthayi-ai/sthayi

Local-first AI memory over MCP. No account; you own the store.

client:Gemini CLI transport:stdio runtime:npm

Install Sthayi in Gemini CLI

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

{
  "mcpServers": {
    "sthayi": {
      "command": "npx",
      "args": [
        "-y",
        "sthayi"
      ]
    }
  }
}

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

Sthayi in other clients