Skip to main content
Glama

mcp-server-cloudflare

Official
by cloudflare
branches.yml938 B
name: Branches on: push: branches-ignore: ['main'] env: FORCE_COLOR: 1 jobs: test: name: Test & Check runs-on: ubuntu-24.04 permissions: contents: read timeout-minutes: 10 strategy: matrix: node-version: [20, 22] steps: - uses: actions/checkout@v4 - uses: ./.github/actions/setup with: node-version: ${{ matrix.node-version }} - name: Syncpack lint run: pnpm check:deps - name: Run linter run: pnpm check:turbo - name: Run linter (formatting) run: pnpm check:format - name: Run tests run: pnpm test build-workers: name: Build Workers runs-on: ubuntu-24.04 permissions: contents: read timeout-minutes: 10 steps: - uses: actions/checkout@v4 - uses: ./.github/actions/setup - name: Build Workers run: pnpm turbo deploy -- -e staging --dry-run

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/cloudflare/mcp-server-cloudflare'

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