PluginBench
MCP Server
Active
MIT

io.github.helloaigent-dev/helloaigent-subscriber MCP Server

io.github.helloaigent-dev/helloaigent-subscriber

What is the io.github.helloaigent-dev/helloaigent-subscriber MCP server?

Subscribe your agent to Hello Aigent feeds: discover, fetch signed updates, verify, and act.

How to install io.github.helloaigent-dev/helloaigent-subscriber

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • HELLO_AIGENT_STATE

    Path to the local subscription-state file (optional; defaults to a per-user location)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "helloaigent-subscriber": {
      "command": "npx",
      "args": [
        "-y",
        "@helloaigent-dev/subscriber"
      ],
      "env": {
        "HELLO_AIGENT_STATE": "<YOUR_HELLO_AIGENT_STATE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "helloaigent-subscriber": {
      "command": "npx",
      "args": [
        "-y",
        "@helloaigent-dev/subscriber"
      ],
      "env": {
        "HELLO_AIGENT_STATE": "<YOUR_HELLO_AIGENT_STATE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "helloaigent-subscriber": {
      "command": "npx",
      "args": [
        "-y",
        "@helloaigent-dev/subscriber"
      ],
      "env": {
        "HELLO_AIGENT_STATE": "<YOUR_HELLO_AIGENT_STATE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "helloaigent-subscriber": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@helloaigent-dev/subscriber"
      ],
      "env": {
        "HELLO_AIGENT_STATE": "<YOUR_HELLO_AIGENT_STATE>"
      }
    }
  }
}
Claude Code
claude mcp add helloaigent-subscriber --env HELLO_AIGENT_STATE=<YOUR_HELLO_AIGENT_STATE> -- npx -y @helloaigent-dev/subscriber

Related MCP servers

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

0
JavaScript
MIT
View repository →