Skip to content
Zed

SiteHealth MCP for Zed

io.github.carsonroell-debug/sitehealth-mcp

Full website health audit — SSL, DNS, DMARC/SPF/DKIM, performance, uptime, links

client:Zed transport:stdio runtime:npm

Install SiteHealth MCP in Zed

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

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

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

SiteHealth MCP in other clients