Skip to content
VS Code

DNS MCP Server for VS Code

io.github.mclose/dns-mcp

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

client:VS Code transport:stdio runtime:oci

Install DNS MCP Server in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

DNS MCP Server in other clients