Skip to content
Windsurf

Parse-DMARC MCP Server for Windsurf

io.github.meysam81/parse-dmarc

Lightweight DMARC parser: auto-fetch email reports, visualize compliance in a single all-in-one app

client:Windsurf transport:stdio runtime:oci

Install Parse-DMARC MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

{
  "mcpServers": {
    "parse-dmarc": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/meysam81/parse-dmarc:v1.4.7"
      ]
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Parse-DMARC MCP Server in other clients