Skip to content
Gemini CLI

suprsonic mcp for Gemini CLI

io.github.o-mega-enterprise/suprsonic-mcp

One API key, dozens of capabilities for your AI agent. Zero provider auth.

client:Gemini CLI transport:stdio runtime:npm

Install suprsonic mcp 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": {
    "suprsonic-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "suprsonic-mcp"
      ],
      "env": {
        "SUPRSONIC_API_KEY": "<SUPRSONIC_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

suprsonic mcp in other clients