Parse-DMARC MCP Server for Grok
io.github.meysam81/parse-dmarc
Lightweight DMARC parser: auto-fetch email reports, visualize compliance in a single all-in-one app
client:Grok
transport:stdio
runtime:oci
Install Parse-DMARC MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"parse-dmarc": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/meysam81/parse-dmarc:v1.4.7"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs