helloaigent subscriber for Grok
io.github.helloaigent-dev/helloaigent-subscriber
Subscribe your agent to Hello Aigent feeds: discover, fetch signed updates, verify, and act.
client:Grok
transport:stdio
runtime:npm
Install helloaigent subscriber in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"helloaigent-subscriber": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@helloaigent-dev/subscriber"
],
"env": {
"HELLO_AIGENT_STATE": "<HELLO_AIGENT_STATE>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs