MCP server for TheHive: AI-driven incident response, case management, alerts, observables, and Cortex analyzers (SOAR).
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"thehive-mcp": {
"command": "npx",
"args": [
"-y",
"lidless-labs/thehive-mcp"
]
}
}
}
Run in terminal:
claude mcp add thehive-mcp npx -y lidless-labs/thehive-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"thehive-mcp": {
"command": "npx",
"args": [
"-y",
"lidless-labs/thehive-mcp"
]
}
}
}