Skip to main content
Glama
deploy-automation.yml917 B
name: Deploy Automation Worker on: push: branches: - main paths: - 'automation/**' - 'shared/**' - '.github/workflows/deploy-automation.yml' jobs: deploy: runs-on: ubuntu-latest name: Deploy Automation Worker to Cloudflare Workers steps: - name: Checkout code uses: actions/checkout@v4 - name: Set up Bun uses: oven-sh/setup-bun@v1 with: bun-version: '1.1.38' - name: Install dependencies run: bun install --frozen-lockfile - name: Deploy to Cloudflare Workers uses: cloudflare/wrangler-action@v3 with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} workingDirectory: automation command: deploy - name: Deployment notification run: echo "Automation Worker deployed successfully"

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/jeffaf/kivv'

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