Parse-DMARC MCP Server for Cursor
io.github.meysam81/parse-dmarc
Lightweight DMARC parser: auto-fetch email reports, visualize compliance in a single all-in-one app
client:Cursor
transport:stdio
runtime:oci
Install Parse-DMARC MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"parse-dmarc": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/meysam81/parse-dmarc:v1.4.7"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs