Skip to content
VS Code

SiteHealth MCP for VS Code

io.github.carsonroell-debug/sitehealth-mcp

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

client:VS Code transport:stdio runtime:npm

Install SiteHealth MCP in VS Code

.vscode/mcp.json

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

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

SiteHealth MCP in other clients