Skip to content
Grok

dns-cache for Grok

io.github.weiseer/dns-cache

DNS/WHOIS/SSL/geo-IP cache MCP server for AI agents.

client:Grok transport:stdio runtime:npm

Install dns-cache in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "dns-cache": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@weiseer/dns-cache-mcp"
      ],
      "env": {
        "DNS_CACHE_URL": "<DNS_CACHE_URL>",
        "DNS_CACHE_LOCAL_ONLY": "<DNS_CACHE_LOCAL_ONLY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

dns-cache in other clients