Skip to content
Cursor

status-aggregator for Cursor

io.github.weiseer/status-aggregator

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

client:Cursor transport:stdio runtime:npm

Install status-aggregator in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

status-aggregator in other clients