status-aggregator for Windsurf
io.github.weiseer/status-aggregator
Cross-vendor SaaS status aggregator for AI agents (Anthropic/OpenAI/AWS/GH/Stripe/CF).
client:Windsurf
transport:stdio
runtime:npm
Install status-aggregator in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs