Skip to main content
Glama

CrowdStrike Falcon MCP Server

Official
by CrowdStrike
python-lint.yml1.04 kB
name: Python Lint on: push: branches: [main] pull_request: branches: [main] permissions: contents: read jobs: lint: runs-on: ubuntu-latest steps: - name: Harden the runner (Audit all outbound calls) uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1 with: egress-policy: audit - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - name: Set up Python uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 with: python-version: "3.11" cache: "pip" - name: Install the latest version of uv uses: astral-sh/setup-uv@39eb6c9dde236bbc368681611e63120a6eb4afac with: version: "latest" activate-environment: true - name: Install dependencies run: | uv sync --extra dev - name: Lint imports run: | ruff check . --select I - name: Lint with Ruff run: | ruff check .

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