Parse-DMARC MCP Server for VS Code
io.github.meysam81/parse-dmarc
Lightweight DMARC parser: auto-fetch email reports, visualize compliance in a single all-in-one app
client:VS Code
transport:stdio
runtime:oci
Install Parse-DMARC MCP Server in VS Code
.vscode/mcp.json
{
"servers": {
"parse-dmarc": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/meysam81/parse-dmarc:v1.4.7"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs