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
{
"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