Skip to main content
Glama
Dockerfileโ€ข518 B
# Use Debian Bookworm based FROM ghcr.io/astral-sh/uv:python3.13-bookworm # Create working directory WORKDIR /app # Copy local files to container COPY . /app # Path environment ENV PATH="/app/.venv/bin:$PATH" ENV CI=true # Add NodeSource repository for Node.js 22 RUN apt update && apt install -y curl RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash - # Install nodejs RUN apt install -y nodejs # uv sync RUN uv sync # Set default command to run the script ENTRYPOINT ["uv", "run"] CMD ["main.py"]

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/bedro96/email-send-mcp'

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