helloaigent-publisher
About
Run a Hello Aigent feed from your agent: create feeds, publish signed updates, read analytics.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
HELLOAIGENT_ADMIN_TOKEN HELLOAIGENT_TOKEN HELLOAIGENT_APIClaude Code
claude mcp add --env HELLOAIGENT_ADMIN_TOKEN= --env HELLOAIGENT_TOKEN= --env HELLOAIGENT_API= helloaigent-publisher -- npx @helloaigent-dev/publisher
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"helloaigent-publisher","command":"npx","args":["@helloaigent-dev/publisher"],"env":{"HELLOAIGENT_ADMIN_TOKEN":"","HELLOAIGENT_TOKEN":"","HELLOAIGENT_API":""}}'
JSON
{
"mcpServers": {
"helloaigent-publisher": {
"command": "npx",
"args": [
"@helloaigent-dev/publisher"
],
"env": {
"HELLOAIGENT_ADMIN_TOKEN": "",
"HELLOAIGENT_TOKEN": "",
"HELLOAIGENT_API": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.