Skip to main content
Glama
evalstate

Hugging Face MCP Server

by evalstate
docker-release.yml1.31 kB
name: Docker Release on: release: types: [published] workflow_dispatch: jobs: docker: runs-on: ubuntu-latest permissions: packages: write contents: read steps: - uses: actions/checkout@v4 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Log in to GitHub Container Registry uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GHCR_TOKEN }} - name: Extract version id: version run: | if [[ "${{ github.event_name }}" == "release" ]]; then VERSION=${{ github.event.release.tag_name }} VERSION=${VERSION#v} else VERSION=$(node -p "require('./package.json').version") fi echo "version=$VERSION" >> $GITHUB_OUTPUT - name: Build and push Docker image uses: docker/build-push-action@v5 with: context: . push: true tags: | ghcr.io/evalstate/hf-mcp-server:latest ghcr.io/evalstate/hf-mcp-server:${{ steps.version.outputs.version }} cache-from: type=gha cache-to: type=gha,mode=max platforms: linux/amd64 #,linux/arm64

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

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