Abnormal MCP Server for Cline
io.github.gregdog/mcp-server-abnormal
Abnormal Security MCP: threats, search, remediation, ATO cases, vendor/BEC, and evidence download.
client:Cline
transport:stdio
runtime:oci
Install Abnormal MCP Server 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
{
"mcpServers": {
"mcp-server-abnormal": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/gregdog/mcp-server-abnormal:v1.1.0"
],
"env": {
"ABNORMAL_API_TOKEN": "<ABNORMAL_API_TOKEN>",
"ABNORMAL_BASE_URL": "<ABNORMAL_BASE_URL>",
"ABNORMAL_ALLOW_RESPONSE": "<ABNORMAL_ALLOW_RESPONSE>",
"ABNORMAL_ALLOW_EVIDENCE_DOWNLOAD": "<ABNORMAL_ALLOW_EVIDENCE_DOWNLOAD>",
"ABNORMAL_MAX_EVIDENCE_BYTES": "<ABNORMAL_MAX_EVIDENCE_BYTES>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs