Skip to content
Cline

helloaigent publisher for Cline

io.github.helloaigent-dev/helloaigent-publisher

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

client:Cline transport:stdio runtime:npm

Install helloaigent publisher in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "helloaigent-publisher": {
      "command": "npx",
      "args": [
        "-y",
        "@helloaigent-dev/publisher"
      ],
      "env": {
        "HELLOAIGENT_ADMIN_TOKEN": "<HELLOAIGENT_ADMIN_TOKEN>",
        "HELLOAIGENT_TOKEN": "<HELLOAIGENT_TOKEN>",
        "HELLOAIGENT_API": "<HELLOAIGENT_API>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

helloaigent publisher in other clients