Skip to content
Cursor

SiteHealth MCP for Cursor

io.github.carsonroell-debug/sitehealth-mcp

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

client:Cursor transport:stdio runtime:npm

Install SiteHealth MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

SiteHealth MCP in other clients