Skip to content
Zed

Parse-DMARC MCP Server for Zed

io.github.meysam81/parse-dmarc

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

client:Zed transport:stdio runtime:oci

Install Parse-DMARC MCP Server in Zed

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

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

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

Parse-DMARC MCP Server in other clients