Skip to content
Zed

linkinator mcp for Zed

io.github.justinbeckwith/linkinator-mcp

MCP server for link checking using linkinator

client:Zed transport:stdio runtime:npm

Install linkinator mcp in Zed

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

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

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

linkinator mcp in other clients