Loading MCP server directory, please wait...
MCP server for Abnormal Security — AI-powered email threat detection, cases, and remediation.
npx @getmcp/cli add io.github.wyre-technology/abnormal-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
ABNORMAL_API_TOKENAbnormal Security API token (Bearer credential)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wyre-technology/abnormal-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"ABNORMAL_API_TOKEN",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-technology/abnormal-mcp:v1.1.3"
],
"env": {
"ABNORMAL_API_TOKEN": "",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}