Skip to content
Zed

dns aid for Zed

io.github.infobloxopen/dns-aid

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

client:Zed transport:stdio runtime:pypi

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

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

dns aid in other clients