Skip to content

helloaigent publisher for Zed

io.github.helloaigent-dev/helloaigent-publisher

Run a Hello Aigent feed from your agent: create feeds, publish signed updates, read analytics.

client:Zed transport:stdio runtime:npm

Install helloaigent publisher 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-publisher": {
      "command": "npx",
      "args": [
        "-y",
        "@helloaigent-dev/publisher"
      ],
      "env": {
        "HELLOAIGENT_ADMIN_TOKEN": "<HELLOAIGENT_ADMIN_TOKEN>",
        "HELLOAIGENT_TOKEN": "<HELLOAIGENT_TOKEN>",
        "HELLOAIGENT_API": "<HELLOAIGENT_API>"
      }
    }
  }
}

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

helloaigent publisher in other clients