helloaigent subscriber for Cursor
io.github.helloaigent-dev/helloaigent-subscriber
Subscribe your agent to Hello Aigent feeds: discover, fetch signed updates, verify, and act.
client:Cursor
transport:stdio
runtime:npm
Install helloaigent subscriber in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"helloaigent-subscriber": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@helloaigent-dev/subscriber"
],
"env": {
"HELLO_AIGENT_STATE": "<HELLO_AIGENT_STATE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs