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