Skip to content
Gemini CLI

helloaigent subscriber for Gemini CLI

io.github.helloaigent-dev/helloaigent-subscriber

Subscribe your agent to Hello Aigent feeds: discover, fetch signed updates, verify, and act.

client:Gemini CLI transport:stdio runtime:npm

Install helloaigent subscriber in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "helloaigent-subscriber": {
      "command": "npx",
      "args": [
        "-y",
        "@helloaigent-dev/subscriber"
      ],
      "env": {
        "HELLO_AIGENT_STATE": "<HELLO_AIGENT_STATE>"
      }
    }
  }
}

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

helloaigent subscriber in other clients