Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
FALCON_BASE_URL | Yes | Your CrowdStrike API region URL | |
FALCON_MCP_HOST | No | Host for HTTP transports (default: 127.0.0.1) | 127.0.0.1 |
FALCON_MCP_PORT | No | Port for HTTP transports (default: 8000) | 8000 |
FALCON_CLIENT_ID | Yes | Your CrowdStrike API client ID | |
FALCON_MCP_DEBUG | No | Enable debug logging - true or false (default: false) | false |
FALCON_MCP_MODULES | No | Comma-separated list of modules to enable (default: all modules) | |
FALCON_CLIENT_SECRET | Yes | Your CrowdStrike API client secret | |
FALCON_MCP_TRANSPORT | No | Transport method - stdio, sse, or streamable-http (default: stdio) | stdio |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |