Skip to content
Cursor

DNS MCP Server for Cursor

io.github.mclose/dns-mcp

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

client:Cursor transport:stdio runtime:oci

Install DNS MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

DNS MCP Server in other clients