Skip to main content
Glama

CrowdStrike Falcon MCP Server

Official
by CrowdStrike
.env.dev.example2.67 kB
# ============================================================================= # CrowdStrike Falcon API Credentials # ============================================================================= # Required: Get these from your CrowdStrike console (Support > API Clients and Keys) FALCON_CLIENT_ID=your-client-id FALCON_CLIENT_SECRET=your-client-secret # ============================================================================= # CrowdStrike Falcon API Base URL # ============================================================================= # Required: Choose the correct region for your CrowdStrike instance # US-1 (Default): https://api.crowdstrike.com # US-2: https://api.us-2.crowdstrike.com # EU-1: https://api.eu-1.crowdstrike.com # US-GOV: https://api.laggar.gcw.crowdstrike.com FALCON_BASE_URL=https://api.us-2.crowdstrike.com # ============================================================================= # Optional: Server Configuration # ============================================================================= # Modules to enable (comma-separated list) # Options: detections,incidents,intel,hosts,spotlight,cloud,idp,sensorusage # Default: all modules enabled if not specified #FALCON_MCP_MODULES=detections,incidents,intel,hosts,spotlight,cloud,idp,sensorusage,serverless,discover # Transport method to use # Options: stdio, sse, streamable-http # Default: stdio #FALCON_MCP_TRANSPORT=stdio # Enable debug logging # Options: true, false # Default: false #FALCON_MCP_DEBUG=false # Host for HTTP transports (sse, streamable-http) # Default: 127.0.0.1 #FALCON_MCP_HOST=127.0.0.1 # Port for HTTP transports (sse, streamable-http) # Default: 8000 #FALCON_MCP_PORT=8000 # User agent comment to include in API requests # This will be added to the User-Agent header comment section # Example: CustomApp/1.0 #FALCON_MCP_USER_AGENT_COMMENT= # ============================================================================= # Development & E2E Testing Configuration # ============================================================================= # Only needed if you plan to run end-to-end tests or contribute to development # OpenAI API key for E2E testing (required for running E2E tests) #OPENAI_API_KEY=your-openai-api-key # Custom LLM API endpoint for testing (optional) #OPENAI_BASE_URL=https://your-custom-llm-endpoint.com/v1 # Comma-separated list of models to test (optional) #MODELS_TO_TEST=example-model-1,example-model-2 # Number of test runs per test case (optional) #RUNS_PER_TEST=2 # Success threshold for E2E tests (optional) #SUCCESS_TRESHOLD=0.7 MCP_USE_ANONYMIZED_TELEMETRY=false

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/CrowdStrike/falcon-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server