Skip to content
Gemini CLI

eurodns mcp for Gemini CLI

io.github.jigsawfr/eurodns-mcp

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

client:Gemini CLI transport:stdio runtime:npm

Install eurodns mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

eurodns mcp in other clients