Skip to main content
Glama
push_ghcr.yml741 B
name: Build and Push to GHCR on: push: branches: - main permissions: contents: read packages: write jobs: push: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - name: Log in to GHCR uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push image uses: docker/build-push-action@v6 with: context: . push: true tags: ghcr.io/${{ github.repository }}:latest labels: | org.opencontainers.image.source=https://github.com/${{ github.repository_owner }}/${{ github.event.repository.name }}

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/wwiens/trakt_mcpserver'

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