Skip to content
Zed

CrowdStrike Falcon MCP Server for Zed

io.github.crowdstrike/falcon-mcp

Connects AI agents with CrowdStrike Falcon for security analysis and automation.

client:Zed transport:stdio runtime:pypi

Install CrowdStrike Falcon MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

CrowdStrike Falcon MCP Server in other clients