Skip to content

helloaigent subscriber for Zed

io.github.helloaigent-dev/helloaigent-subscriber

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

client:Zed transport:stdio runtime:npm

Install helloaigent subscriber in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

helloaigent subscriber in other clients