Back to MCP Servers
Server Thehive
A Rust-based MCP server to integrate TheHive, facilitating collaborative security incident response and case management via AI.
securityrustai
By gbrigandi
Installation
npx -y mcp-server-thehiveConfiguration
{
"mcpServers": {
"mcp-server-thehive": {
"command": "npx",
"args": ["-y", "mcp-server-thehive"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes