Skip to main content
Glama
cla.yml780 B
name: Check CLA in PR description on: pull_request: # Run when PRs are opened, reopened, edited or updated with new commits types: [opened, reopened, synchronize, edited] jobs: check-cla: name: Check CLA in PR description runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - name: Validate PR has CLA confirmation # Exclude automated PRs from bots if: ${{ (startsWith(github.head_ref, 'dependabot') || startsWith(github.head_ref, 'renovate')) == false }} env: PR_DESCRIPTION: ${{ github.event.pull_request.body }} PR_AUTHOR: ${{ github.event.pull_request.user.login }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | ./scripts/check_cla.py

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/get-convex/convex-backend'

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