mcp-server-cortex
Verified Safeby 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
cargo build --release && target/release/mcp-server-cortexEnvironment 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
1xn-vmcp
An open-source platform for composing, customizing, and extending multiple Model Context Protocol (MCP) servers into a single logical, virtual MCP server, enabling fine-grained context engineering for AI workflows and agents.
mcp-cyberbro
A Model Context Protocol (MCP) server for Cyberbro that extracts and analyzes Indicators of Compromise (IoCs) from unstructured input, checking their reputation using multiple threat intelligence services.
mitre-mcp
A production-ready Model Context Protocol (MCP) server that exposes the MITRE ATT&CK® framework to LLMs, AI assistants, and automation workflows.
anchor-mcp
Provides a Model Context Protocol (MCP) server for LLM applications to perform security analysis on Anchor Solana programs and files using solana-fender.