Skip to main content
Glama

Hugging Face MCP Server

# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile FROM python:3.11-slim # Set working directory WORKDIR /app # Copy necessary files COPY pyproject.toml ./ COPY README.md ./ COPY src ./src COPY uv.lock ./ # Upgrade pip and install build tools and the package RUN pip install --upgrade pip \ && pip install hatchling \ && pip install . --ignore-requires-python --no-build-isolation CMD ["huggingface"]

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/shreyaskarnik/huggingface-mcp-server'

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