Skip to content
Gemini CLI

s-gw for Gemini CLI

io.github.sgateway/s-gw

Keep credentials out of AI coding agents with local approvals, scoped injection, and audit trails.

client:Gemini CLI transport:stdio runtime:npm

Install s-gw in Gemini CLI

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

{
  "mcpServers": {
    "s-gw": {
      "command": "npx",
      "args": [
        "-y",
        "@s-gw/s-gw"
      ]
    }
  }
}

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

s-gw in other clients