Skip to content
Zed

mcp check links for Zed

io.github.webmoleai/mcp-check-links

Find broken links, missing meta tags, and redirect chains on any website.

client:Zed transport:stdio runtime:npm

Install mcp check links in Zed

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

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

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

mcp check links in other clients