Skip to content
Gemini CLI

whois mcp for Gemini CLI

io.github.mrfentmen/whois-mcp

RDAP whois records for domains and IPs.

client:Gemini CLI transport:stdio runtime:npm

Install whois mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "whois-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/whois-mcp"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

whois mcp in other clients