Skip to main content
Glama

mcp-server-cloudflare

Official
by cloudflare
main.yml885 B
name: Main on: push: branches: ['main'] env: FORCE_COLOR: 1 jobs: deploy-staging: name: Deploy (staging) runs-on: ubuntu-24.04 permissions: contents: read timeout-minutes: 10 concurrency: ${{ github.workflow }}-deploy-staging steps: - name: Checkout Repo uses: actions/checkout@v4 - uses: ./.github/actions/setup # Run tests & checks before deploying - 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 - name: Deploy Workers (staging) run: pnpm turbo deploy -- -e staging env: CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}

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