SpamTitan for Windsurf
io.github.wyre-technology/spamtitan-mcp
MCP server for SpamTitan email security — quarantine, allow/block lists, and policy management.
client:Windsurf
transport:stdio
runtime:oci
Install SpamTitan in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs