About
Overview
The CrowdStrike MCP Server enables AI agents to interact with CrowdStrike Falcon for endpoint security. It provides tools for querying detections, managing host groups, investigating threats, and accessing threat intelligence.
Capabilities
Tools & Capabilities
⚡list_detections
List recent detections
⚡get_detection
Get detection details
⚡search_hosts
Search for managed hosts
⚡get_indicators
Get threat indicators
⚡quarantine_host
Quarantine a compromised host
Setup
Installation
bash
Install
pip install mcp-server-crowdstrikeExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"crowdstrike": {
"command": "python",
"args": ["-m", "mcp_server_crowdstrike"],
"env": { "CS_CLIENT_ID": "your-id", "CS_CLIENT_SECRET": "your-secret" }
}
}
}Quick Info
Authorcrowdstrike
LanguagePython
StatusStable
Stars★ 95
Last UpdatedFeb 12, 2026