Skip to content
Gemini CLI

agent toolbelt for Gemini CLI

io.github.rccola990-cloud/agent-toolbelt

MCP tools for AI agents: fetch any URL as clean text, live crypto prices, review & bid drafting.

client:Gemini CLI transport:stdio runtime:npm

Install agent toolbelt in Gemini CLI

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

{
  "mcpServers": {
    "agent-toolbelt": {
      "command": "npx",
      "args": [
        "-y",
        "@rileycraig/agent-toolbelt"
      ]
    }
  }
}

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

agent toolbelt in other clients