Proofpoint for Claude Desktop
io.github.wyre-technology/proofpoint-mcp
MCP server for Proofpoint TAP — threat intelligence, forensics, quarantine, and email security.
client:Claude Desktop
transport:stdio
runtime:oci
Install Proofpoint in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"proofpoint-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/proofpoint-mcp:v1.1.4"
],
"env": {
"PROOFPOINT_SERVICE_PRINCIPAL": "<PROOFPOINT_SERVICE_PRINCIPAL>",
"PROOFPOINT_SERVICE_SECRET": "<PROOFPOINT_SERVICE_SECRET>",
"PROOFPOINT_BASE_URL": "<PROOFPOINT_BASE_URL>",
"MCP_TRANSPORT": "<MCP_TRANSPORT>",
"AUTH_MODE": "<AUTH_MODE>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs