Infrastructure health and incident intelligence — vendor status pages, SSL/TLS and DNS checks, and incident-response guidance.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"devops-status-mcp-se": {
"command": "npx",
"args": [
"-y",
"cyanheads/devops-status-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add devops-status-mcp-se npx -y cyanheads/devops-status-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"devops-status-mcp-se": {
"command": "npx",
"args": [
"-y",
"cyanheads/devops-status-mcp-server"
]
}
}
}