dns-cache for Zed
io.github.weiseer/dns-cache
DNS/WHOIS/SSL/geo-IP cache MCP server for AI agents.
client:Zed
transport:stdio
runtime:npm
Install dns-cache in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"dns-cache": {
"command": "npx",
"args": [
"-y",
"@weiseer/dns-cache-mcp"
],
"env": {
"DNS_CACHE_URL": "<DNS_CACHE_URL>",
"DNS_CACHE_LOCAL_ONLY": "<DNS_CACHE_LOCAL_ONLY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs