WhoisJSON for Zed
io.github.whoisjson/mcp-server
WHOIS, DNS, SSL, and domain availability lookups for AI assistants
client:Zed
transport:stdio
runtime:npm
Install WhoisJSON in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@whoisjson/mcp-server"
],
"env": {
"WHOISJSON_API_KEY": "<WHOISJSON_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs