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
{
"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