all quiet for VS Code
io.usefulapi/all-quiet
Manage incidents and on-call: list/create/update incidents, who is on call, on-call overrides.
client:VS Code
transport:streamable-http
Install all quiet in VS Code
.vscode/mcp.json
{
"servers": {
"all-quiet": {
"type": "http",
"url": "https://all-quiet.usefulapi.io/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs