Skip to content
Zed

upkeep-mcp for Zed

io.github.tiagocalado86/upkeep-mcp

Website maintenance checks: domains, SSL, uptime, technical SEO and accessibility

client:Zed transport:stdio runtime:npm

Install upkeep-mcp in Zed

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

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

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

upkeep-mcp in other clients