Skip to content
Zed

eurodns mcp for Zed

io.github.jigsawfr/eurodns-mcp

Model Context Protocol server for the EuroDNS User API — domains, DNS zones, subscriptions and SSL.

client:Zed transport:stdio runtime:npm

Install eurodns mcp in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "eurodns-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@jigsawfr/eurodns-mcp"
      ],
      "env": {
        "EURODNS_APP_ID": "<EURODNS_APP_ID>",
        "EURODNS_API_KEY": "<EURODNS_API_KEY>"
      }
    }
  }
}

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

eurodns mcp in other clients