Skip to content
Gemini CLI

agent q for Gemini CLI

io.github.stelis-dev/agent-q

Local MCP server for requesting signatures from Agent-Q Firmware.

client:Gemini CLI transport:stdio runtime:npm

Install agent q in Gemini CLI

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

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

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

agent q in other clients