Skip to main content
Glama

Storyden

by Southclaws
Mozilla Public License 2.0
227
docker-build-all.yml1.76 kB
name: Build fullstack image on: push: branches: - "main" tags: - "v*" env: REGISTRY: ghcr.io DOCKERFILE: ./docker/all/Dockerfile IMAGE_NAME: ${{ github.repository }} IMAGE_KIND: fullstack jobs: fullstack-build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - name: Docker meta id: meta uses: docker/metadata-action@v5 with: tags: | type=edge,branch=main type=semver,pattern={{version}},branch=main,enable=${{ startsWith(github.ref, 'refs/tags/') }},suffix=-${{ env.IMAGE_KIND }} type=semver,pattern={{version}},branch=main,enable=${{ startsWith(github.ref, 'refs/tags/') }} type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags/') }} images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Set up QEMU uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 with: version: latest driver-opts: | image=moby/buildkit:latest - name: Login to DockerHub uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push id: docker_build uses: docker/build-push-action@v6 with: context: . platforms: linux/amd64,linux/arm64 file: ${{ env.DOCKERFILE }} push: true tags: ${{ steps.meta.outputs.tags }} cache-from: type=gha cache-to: type=gha,mode=max - name: Image digest run: echo ${{ steps.docker_build.outputs.digest }}

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/Southclaws/storyden'

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