CrowdStrike Falcon MCP Server for Cline
io.github.crowdstrike/falcon-mcp
Connects AI agents with CrowdStrike Falcon for security analysis and automation.
client:Cline
transport:stdio
runtime:pypi
Install CrowdStrike Falcon MCP Server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"falcon-mcp": {
"command": "uvx",
"args": [
"falcon-mcp"
],
"env": {
"FALCON_CLIENT_ID": "<FALCON_CLIENT_ID>",
"FALCON_CLIENT_SECRET": "<FALCON_CLIENT_SECRET>",
"FALCON_BASE_URL": "<FALCON_BASE_URL>",
"FALCON_MEMBER_CID": "<FALCON_MEMBER_CID>",
"FALCON_MCP_MODULES": "<FALCON_MCP_MODULES>",
"FALCON_MCP_TRANSPORT": "<FALCON_MCP_TRANSPORT>",
"FALCON_MCP_DEBUG": "<FALCON_MCP_DEBUG>",
"FALCON_MCP_HOST": "<FALCON_MCP_HOST>",
"FALCON_MCP_PORT": "<FALCON_MCP_PORT>",
"FALCON_MCP_USER_AGENT_COMMENT": "<FALCON_MCP_USER_AGENT_COMMENT>",
"FALCON_MCP_STATELESS_HTTP": "<FALCON_MCP_STATELESS_HTTP>",
"FALCON_MCP_API_KEY": "<FALCON_MCP_API_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs