Back to Home
gbrigandi icon

mcp-server-cortex

Verified Safe

by gbrigandi

Overview

This server acts as a bridge, exposing Cortex threat intelligence analysis capabilities as tools consumable by Model Context Protocol (MCP) clients, such as large language models (LLMs).

Installation

Run Command
cargo build --release && target/release/mcp-server-cortex

Environment Variables

  • CORTEX_ENDPOINT
  • CORTEX_API_KEY
  • RUST_LOG

Security Notes

The server correctly retrieves sensitive API keys (CORTEX_API_KEY) from environment variables rather than hardcoding them. It implements robust input validation for IPs, URLs, and hashes, preventing the analysis of private IPs, malicious URL schemes (e.g., `javascript:`, `file:`), or malformed inputs. The overall security is contingent on the proper configuration and security of the underlying Cortex instance and its integrated analyzers.

Similar Servers

Stats

Interest Score38
Security Score9
Cost ClassMedium
Avg Tokens1500
Stars12
Forks4
Last Update2025-12-06

Tags

Threat IntelligenceCortexMCPCybersecurityObservable Analysis