Skip to main content
Glama

Bucketeer MCP Server

Official
by bucketeer-io
release-package.yml1.41 kB
name: release package on: push: branches: - main jobs: release_please: permissions: contents: write pull-requests: write name: Release Please runs-on: ubuntu-latest outputs: release_created: ${{ steps.release.outputs.release_created }} steps: - uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4.4.0 id: release with: token: ${{ secrets.WORKFLOW_TOKEN }} # We need to set the PAT so the update changelog docs page workflow can be triggerede PAT so the update changelog docs page workflow can be triggered publish: needs: [release_please] if: ${{ needs.release_please.outputs.release_created }} runs-on: ubuntu-latest permissions: contents: read id-token: write steps: - name: Checkout uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Setup Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: node-version: '24.x' registry-url: 'https://registry.npmjs.org' scope: '@bucketeer' - name: Install dependencies run: npm ci - name: Build run: npm run build - name: Publish run: npm publish --provenance --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

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/bucketeer-io/bucketeer-mcp'

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