Back to Home
CrowdStrike icon

falcon-mcp

Verified Safe

by CrowdStrike

Overview

An MCP server providing AI agents programmatic access to CrowdStrike Falcon platform capabilities for intelligent security analysis and automation, integrating threat detection, incident response, and vulnerability management into agentic workflows.

Installation

Run Command
docker run -i --rm --env-file /path/to/.env quay.io/crowdstrike/falcon-mcp:latest

Environment Variables

  • FALCON_CLIENT_ID
  • FALCON_CLIENT_SECRET
  • FALCON_BASE_URL

Security Notes

The core Python server code (`falcon_mcp/server.py` and its dependencies) uses `python-dotenv` for environment variable loading, which is a secure approach. However, the `examples/adk/adk_agent_operations.sh` script, provided for deploying with a prebuilt Google ADK agent, uses an `eval` command to load `.env` variables (`eval "$(grep ...)"`). This construct is vulnerable to arbitrary code execution if a malicious string is present in the value of an environment variable in the `.env` file. This vulnerability is specific to that shell script and its usage path. Hardcoded API credentials are appropriately avoided, relying on environment variables or direct parameters. The project is explicitly in 'Public Preview' and not recommended for production deployments, indicating potential for undiscovered security issues.

Similar Servers

Stats

Interest Score52
Security Score7
Cost ClassMedium
Avg Tokens2000
Stars86
Forks24
Last Update2026-01-19

Tags

AI AgentsSecurity OrchestrationThreat DetectionCrowdStrike FalconIncident ResponseAutomation