Skip to content
Gemini CLI

godalo for Gemini CLI

io.github.godalo-ai/godalo

Affiliate product search for AI agents. Merchant feeds, not web scraping. Works with any MCP client.

client:Gemini CLI transport:stdio runtime:npm

Install godalo in Gemini CLI

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

{
  "mcpServers": {
    "godalo": {
      "command": "npx",
      "args": [
        "-y",
        "godalo"
      ]
    }
  }
}

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

godalo in other clients