Skip to content
Cline

Mailprotector for Cline

io.github.wyre-ai/mailprotector-mcp

MCP server for Mailprotector — customers, domains, users, quarantine, allow/block rules for MSPs.

client:Cline transport:stdio runtime:oci

Install Mailprotector in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "mailprotector-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-ai/mailprotector-mcp:v1.0.3"
      ],
      "env": {
        "MAILPROTECTOR_API_KEY": "<MAILPROTECTOR_API_KEY>",
        "MAILPROTECTOR_RESELLER_ID": "<MAILPROTECTOR_RESELLER_ID>",
        "MAILPROTECTOR_BASE_URL": "<MAILPROTECTOR_BASE_URL>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "AUTH_MODE": "<AUTH_MODE>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Mailprotector in other clients