Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

WhoisJSON in other clients