Skip to main content
Glama

Atlassian Bitbucket MCP Server

by aashari
ci-dependabot-auto-merge.yml1.15 kB
name: CI - Dependabot Auto-merge on: pull_request: branches: [main] permissions: contents: write pull-requests: write checks: read jobs: auto-merge-dependabot: runs-on: ubuntu-latest if: github.actor == 'dependabot[bot]' steps: - name: Checkout code uses: actions/checkout@v5 - name: Setup Node.js uses: actions/setup-node@v5 with: node-version: '22' cache: 'npm' - name: Install dependencies run: npm ci - name: Run tests run: npm test - name: Run linting run: npm run lint - name: Auto-approve PR uses: hmarr/auto-approve-action@v4 with: github-token: ${{ secrets.GITHUB_TOKEN }} - name: Enable auto-merge if: success() run: gh pr merge --auto --merge "$PR_URL" env: PR_URL: ${{ github.event.pull_request.html_url }} GITHUB_TOKEN: ${{ secrets.GITHUB_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/aashari/mcp-server-atlassian-bitbucket'

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