Skip to content
Claude Desktop

status-aggregator for Claude Desktop

io.github.weiseer/status-aggregator

Cross-vendor SaaS status aggregator for AI agents (Anthropic/OpenAI/AWS/GH/Stripe/CF).

client:Claude Desktop transport:stdio runtime:npm

Install status-aggregator in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "status-aggregator": {
      "command": "npx",
      "args": [
        "-y",
        "@weiseer/status-aggregator-mcp"
      ],
      "env": {
        "STATUS_AGG_URL": "<STATUS_AGG_URL>",
        "STATUS_AGG_LOCAL_ONLY": "<STATUS_AGG_LOCAL_ONLY>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

status-aggregator in other clients