Skip to content
Gemini CLI

Veto for Gemini CLI

io.github.jigyasudham/veto

93 agentic MCP tools + 49 specialist agents for every major AI CLI. Self-learning, no API keys.

client:Gemini CLI transport:stdio runtime:npm

Install Veto in Gemini CLI

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

{
  "mcpServers": {
    "veto": {
      "command": "npx",
      "args": [
        "-y",
        "@jigyasudham/veto"
      ]
    }
  }
}

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

Veto in other clients