Skip to content
Gemini CLI

accelerators for Gemini CLI

io.github.s2tconsulting/accelerators

36 tools for AWS infrastructure, security compliance, AI workflows, and ACI governance.

client:Gemini CLI transport:stdio runtime:npm

Install accelerators in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "accelerators": {
      "command": "npx",
      "args": [
        "-y",
        "s2t-mcp-accelerators"
      ],
      "env": {
        "S2T_API_KEY": "<S2T_API_KEY>"
      }
    }
  }
}

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

accelerators in other clients