Loading MCP server directory, please wait...
Abnormal Security MCP: threats, search, remediation, ATO cases, vendor/BEC, and evidence download.
npx @getmcp/cli add io.github.GregDog/mcp-server-abnormalRequires Docker Engine. Community-contributed server. Review source before installing.
ABNORMAL_API_TOKENAbnormal REST API bearer token
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.GregDog/mcp-server-abnormal": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"ABNORMAL_API_TOKEN",
"-e",
"ABNORMAL_BASE_URL",
"-e",
"ABNORMAL_ALLOW_RESPONSE",
"-e",
"ABNORMAL_ALLOW_EVIDENCE_DOWNLOAD",
"-e",
"ABNORMAL_MAX_EVIDENCE_BYTES",
"ghcr.io/gregdog/mcp-server-abnormal:v1.0.1",
"serve"
],
"env": {
"ABNORMAL_API_TOKEN": "",
"ABNORMAL_BASE_URL": "https://api.abnormalplatform.com/v1",
"ABNORMAL_ALLOW_RESPONSE": "false",
"ABNORMAL_ALLOW_EVIDENCE_DOWNLOAD": "false",
"ABNORMAL_MAX_EVIDENCE_BYTES": "10485760"
}
}
}
}