Loading MCP server directory, please wait...
MCP server for SpamTitan email security — quarantine, allow/block lists, and policy management.
npx @getmcp/cli add io.github.wyre-technology/spamtitan-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
SPAMTITAN_API_URLSpamTitan API base URL (e.g. https://spamtitan.example.com/api)
SPAMTITAN_API_KEYSpamTitan API key for authentication
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wyre-technology/spamtitan-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"SPAMTITAN_API_URL",
"-e",
"SPAMTITAN_API_KEY",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-technology/spamtitan-mcp:v1.2.0"
],
"env": {
"SPAMTITAN_API_URL": "",
"SPAMTITAN_API_KEY": "",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}