Loading MCP server directory, please wait...
MCP server for Proofpoint TAP — threat intelligence, forensics, quarantine, and email security.
npx @getmcp/cli add io.github.wyre-technology/proofpoint-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
PROOFPOINT_SERVICE_PRINCIPALProofpoint TAP service principal (API user identifier)
PROOFPOINT_SERVICE_SECRETProofpoint TAP service secret
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wyre-technology/proofpoint-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"PROOFPOINT_SERVICE_PRINCIPAL",
"-e",
"PROOFPOINT_SERVICE_SECRET",
"-e",
"PROOFPOINT_BASE_URL",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-technology/proofpoint-mcp:v1.0.4"
],
"env": {
"PROOFPOINT_SERVICE_PRINCIPAL": "",
"PROOFPOINT_SERVICE_SECRET": "",
"PROOFPOINT_BASE_URL": "",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}