Skip to content
Cursor

DNSFilter for Cursor

io.github.wyre-ai/dnsfilter-mcp

MCP server for DNSFilter's DNS security/filtering API.

client:Cursor transport:stdio runtime:oci

Install DNSFilter in Cursor

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

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

{
  "mcpServers": {
    "dnsfilter-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-ai/dnsfilter-mcp:v1.0.0"
      ],
      "env": {
        "DNSFILTER_API_KEY": "<DNSFILTER_API_KEY>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "AUTH_MODE": "<AUTH_MODE>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

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

DNSFilter in other clients