Skip to content
VS Code

statuscake mcp for VS Code

io.github.mrfentmen/statuscake-mcp

StatusCake API: uptime checks, history, alerts, locations.

client:VS Code transport:stdio runtime:npm

Install statuscake mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "statuscake-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "statuscake-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

statuscake mcp in other clients