Back to Home
gbrigandi icon

mcp-server-thehive

Verified Safe

by gbrigandi

Overview

Provides AI models and automation tools with programmatic access to TheHive incident response platform for security operations and case management.

Installation

Run Command
./target/release/mcp-server-thehive

Environment Variables

  • THEHIVE_URL
  • THEHIVE_API_TOKEN
  • VERIFY_SSL
  • RUST_LOG

Security Notes

The server uses environment variables for sensitive API tokens (`THEHIVE_API_TOKEN`), which is good practice. It communicates with TheHive via HTTP(S) requests. A notable security concern is the default `VERIFY_SSL=false` setting for API connections; this should be explicitly set to `true` in production environments to prevent Man-in-the-Middle attacks. There are no `eval` or similar dynamic code execution functions from untrusted input. Test files contain a hardcoded `test_token`, but this is isolated to the testing environment.

Similar Servers

Stats

Interest Score38
Security Score7
Cost ClassLow
Stars11
Forks4
Last Update2025-12-06

Tags

TheHiveIncident ResponseSOARMCP ServerAutomationSecurity