Skip to content
Zed

cronalert for Zed

io.github.jaredhobbs/cronalert

Manage CronAlert uptime monitors, check results, and incidents from any MCP client.

client:Zed transport:stdio runtime:npm

Install cronalert in Zed

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

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

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

cronalert in other clients