Skip to content
Grok

DNS MCP Server for Grok

io.github.mclose/dns-mcp

Real-time DNS security analysis — DNSSEC, email auth, and RDAP. Built for SOC investigations.

client:Grok transport:stdio runtime:oci

Install DNS MCP Server in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "dns-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/mclose/dns-mcp:1.3.4"
      ]
    }
  }
}

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 MCP Server in other clients