Skip to content
Zed

Downdetector for Zed

io.github.domdomegg/downdetector-mcp

Check service status and outage information via Downdetector.

client:Zed transport:stdio runtime:npm

Install Downdetector in Zed

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

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

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

Downdetector in other clients