Skip to content
Zed

DNS MCP Server for Zed

io.github.mclose/dns-mcp

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

client:Zed transport:stdio runtime:oci

Install DNS MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

DNS MCP Server in other clients