Skip to content
Zed

statuscake mcp for Zed

io.github.mrfentmen/statuscake-mcp

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

client:Zed transport:stdio runtime:npm

Install statuscake mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "statuscake-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "statuscake-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

statuscake mcp in other clients