DMARC aggregate report parser with a built-in dashboard. One Go binary, IMAP in, SQLite, Prometheus metrics, MCP server. Apache-2.0.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"parse-dmarc": {
"command": "go",
"args": [
"run",
"github.com/dmarcguardhq/parse-dmarc@latest"
]
}
}
}
Run in terminal:
claude mcp add parse-dmarc go run github.com/dmarcguardhq/parse-dmarc@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"parse-dmarc": {
"command": "go",
"args": [
"run",
"github.com/dmarcguardhq/parse-dmarc@latest"
]
}
}
}