Skip to content
Cline

SpamTitan for Cline

io.github.wyre-technology/spamtitan-mcp

MCP server for SpamTitan email security — quarantine, allow/block lists, and policy management.

client:Cline transport:stdio runtime:oci

Install SpamTitan 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": {
    "spamtitan-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/spamtitan-mcp:v1.3.2"
      ],
      "env": {
        "SPAMTITAN_API_URL": "<SPAMTITAN_API_URL>",
        "SPAMTITAN_API_KEY": "<SPAMTITAN_API_KEY>",
        "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

SpamTitan in other clients