Skip to main content
Glama
gilberth

MCP Cloudflare DNS Server

ci.yml700 B
name: ci 'on': - push - pull_request jobs: test: name: Node ${{ matrix.node }} / ${{ matrix.os }} runs-on: ${{ matrix.os }} environment: ci strategy: fail-fast: false matrix: os: - ubuntu-latest node: - '14' steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: node-version: ${{ matrix.node }} - run: npm install - run: npm run build --if-present - run: echo "127.0.0.1 airtap.local" | sudo tee -a /etc/hosts - run: npm test env: SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }} SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}

Latest Blog Posts

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

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