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
{
"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