Skip to main content
Glama
evalstate

Hugging Face MCP Server

by evalstate
docker-build-push.ps1668 B
# PowerShell script for building and pushing Docker image $GITHUB_USERNAME = "evalstate" $IMAGE_NAME = "hf-mcp-server" $VERSION = Get-Date -Format "yyyyMMdd-HHmmss" # Build the Docker image docker build -t ghcr.io/${GITHUB_USERNAME}/${IMAGE_NAME}:latest . docker tag ghcr.io/${GITHUB_USERNAME}/${IMAGE_NAME}:latest ghcr.io/${GITHUB_USERNAME}/${IMAGE_NAME}:${VERSION} # Push the image to GitHub Container Registry docker push ghcr.io/${GITHUB_USERNAME}/${IMAGE_NAME}:latest docker push ghcr.io/${GITHUB_USERNAME}/${IMAGE_NAME}:${VERSION} Write-Output "Build and push completed successfully" Write-Output "Image: ghcr.io/${GITHUB_USERNAME}/${IMAGE_NAME}:${VERSION}"

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