MCP server for Abnormal Security: threats, search, remediation, ATO cases, vendor/BEC, and evidence download.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-abnormal": {
"command": "go",
"args": [
"run",
"github.com/GregDog/mcp-server-abnormal@latest"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-abnormal go run github.com/GregDog/mcp-server-abnormal@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-abnormal": {
"command": "go",
"args": [
"run",
"github.com/GregDog/mcp-server-abnormal@latest"
]
}
}
}