Status communication
Connect to Statuspage for communicating service status to customers.
{
"mcpServers": {
"statuspage": {
"mcpServers": {
"statuspage": {
"env": {
"STATUSPAGE_API_KEY": "your-api-key",
"STATUSPAGE_PAGE_ID": "your-page-id"
},
"args": [
"-y",
"statuspage-mcp-server"
],
"command": "npx"
}
}
}
}
}