Skip to main content
Glama
website-deploy.yaml735 B
name: Deploy Website to Amplify on: push: branches: [ main ] paths: [ website/** ] jobs: deploy: runs-on: ubuntu-latest if: github.repository == 'aws/karpenter-provider-aws' permissions: id-token: write contents: read steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Deploy website uses: ./.github/actions/deploy-website with: role: arn:aws:iam::${{ vars.RELEASE_ACCOUNT_ID }}:role/${{ vars.WEBSITE_ROLE_NAME }} region: ${{ vars.AMPLIFY_REGION }} amplify-app-id: ${{ vars.AMPLIFY_APP_ID }} amplify-branch-name: ${{ vars.BRANCH_NAME }} s3-bucket: ${{ vars.AMPLIFY_S3_BUCKET }}

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/mengfwan/test-mcp-glama'

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