Skip to content
Gemini CLI

hush for Gemini CLI

com.royashbrook/hush

A secret store for AI agents: the agent never sees the plaintext.

client:Gemini CLI transport:streamable-http tools:1

Install hush in Gemini CLI

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

{
  "mcpServers": {
    "hush": {
      "httpUrl": "https://royashbrook.com/hush"
    }
  }
}

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

What Gemini CLI can do once it is connected

hush in other clients