Skip to content
Gemini CLI

dns aid for Gemini CLI

io.github.infobloxopen/dns-aid

Discover and publish AI agents via DNS using SVCB records (RFC 9460)

client:Gemini CLI transport:stdio runtime:pypi

Install dns aid 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": {
    "dns-aid": {
      "command": "uvx",
      "args": [
        "dns-aid"
      ],
      "env": {
        "DNS_AID_BACKEND": "<DNS_AID_BACKEND>"
      }
    }
  }
}

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

dns aid in other clients