Skip to content
Gemini CLI

agents for Gemini CLI

com.hirosecure/agents

Programmatic control of the Hiro security platform: scans, tasks, plans, and approvals.

client:Gemini CLI transport:streamable-http

Install agents in Gemini CLI

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

{
  "mcpServers": {
    "agents": {
      "httpUrl": "https://api.hirosecure.com/mcp/agents"
    }
  }
}

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

agents in other clients