Skip to content
Zed

webcheck for Zed

io.github.yifanyifan897645/webcheck

Website health analysis: SEO, accessibility, performance, security, and broken links

client:Zed transport:stdio runtime:npm

Install webcheck in Zed

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

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

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

webcheck in other clients