Skip to content
Gemini CLI

Stashbase for Gemini CLI

io.github.stashbase/mcp

Secrets for developers and agents—secure context and workflows without exposing secret values.

client:Gemini CLI transport:streamable-http

Install Stashbase in Gemini CLI

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

{
  "mcpServers": {
    "mcp": {
      "httpUrl": "https://api.stashbase.dev/mcp"
    }
  }
}

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

Stashbase in other clients