Skip to content

status-aggregator for Zed

io.github.weiseer/status-aggregator

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

client:Zed transport:stdio runtime:npm

Install status-aggregator in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

status-aggregator in other clients