dns for Zed
io.github.ofershap/dns
MCP server for DNS lookups, reverse DNS, WHOIS, and domain checks — zero auth, zero config
client:Zed
transport:stdio
runtime:npm
Install dns in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"dns": {
"command": "npx",
"args": [
"-y",
"mcp-server-dns"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs