Skip to content
Cursor

Proofpoint for Cursor

io.github.wyre-ai/proofpoint-mcp

MCP server for Proofpoint TAP — threat intelligence, forensics, quarantine, and email security.

client:Cursor transport:stdio runtime:oci

Install Proofpoint in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "proofpoint-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-ai/proofpoint-mcp:v1.1.5"
      ],
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Proofpoint in other clients