Skip to main content
Glama
main.yml522 B
name: CI permissions: contents: read on: push: branches: ['**'] pull_request: branches: ['**'] jobs: build: uses: ./.github/workflows/build.yml check: needs: build uses: ./.github/workflows/check.yml release: if: github.event_name == 'push' && (github.ref == 'refs/heads/main') needs: [build, check] permissions: contents: write id-token: write actions: read uses: ./.github/workflows/release.yml secrets: VAULT_URL: ${{ secrets.VAULT_URL }}

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/contentful/contentful-mcp-server'

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