Skip to main content
Glama
deploy-auth-api.yml771 B
name: Deploy Auth API "on": workflow_dispatch: {} env: AUTH_API_CLUSTER: shared-cluster AUTH_API_SERVICE: auth-api # Required for IDP JWT and actions/checkout permissions: id-token: write contents: read jobs: deploy: name: Deploy latest stable image environment: shared runs-on: ubuntu-latest steps: - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ vars.AWS_ASSUME_ROLE_ARN }} role-session-name: GitHub_to_AWS_via_FederatedOIDC aws-region: us-east-1 - name: Trigger ECS Deploy run: | aws ecs update-service --cluster ${{ env.AUTH_API_CLUSTER }} --service ${{ env.AUTH_API_SERVICE }} --force-new-deployment

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/systeminit/si'

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