Skip to main content
Glama

TheHive MCP Server

Cargo.toml1.37 kB
[package] name = "mcp-server-thehive" version = "0.1.0" edition = "2021" description = "TheHive Incident Response Platform MCP Server" authors = ["Gianluca Brigandi <gbrigand@gmail.com>"] license = "MIT" repository = "https://github.com/gbrigandi/mcp-server-thehive" readme = "README.md" [dependencies] rmcp = { version = "0.1.5", features = ["server", "transport-io"] } tokio = { version = "1", features = ["full"] } reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features = false } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" anyhow = "1.0" axum = { version = "0.7", features = ["macros"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] } schemars = "0.8" clap = { version = "4.5", features = ["derive"] } dotenv = "0.15" thiserror = "2.0" chrono = "0.4.41" thehive-client = "0.1.0" tower-http = { version = "0.6", features = ["cors", "trace"] } once_cell = "1.21" [dev-dependencies] mockito = "1.7" anyhow = "1.0" httpmock = "0.7" uuid = { version = "1.16", features = ["v4"] } once_cell = "1.21" async-trait = "0.1" regex = "1.11" tokio-test = "0.4" serde_json = "1.0" tempfile = "3.0" tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] } [[bin]] name = "mock_thehive_server" path = "tests/bin/mock_thehive_server.rs" test = false harness = false

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gbrigandi/mcp-server-thehive'

If you have feedback or need assistance with the MCP directory API, please join our Discord server