outage mcp for VS Code
io.github.reshadat/outage-mcp
Live service outage data from 100+ status pages. Ask your AI if Cloudflare is down.
client:VS Code
transport:stdio
runtime:npm
Install outage mcp in VS Code
.vscode/mcp.json
{
"servers": {
"outage-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"outage-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs