Skip to main content
Glama
Dockerfile751 B
# Use an official Python runtime as a parent image FROM python:3.10-slim # Set the working directory in the container WORKDIR /app # Copy the current directory contents into the container at /app COPY . /app # Install git, which is required to install packages from git repositories # Update apt package list and install git RUN apt-get update && apt-get install -y git # Install any needed dependencies specified in requirements.txt RUN pip install --no-cache-dir -r requirements.txt # Make port 8000 available to the world outside this container EXPOSE 8000 # Run fastmcp_server.py when the container launches # The script is already set up to read HOST, PORT, MCP_PATH from env vars CMD ["python", "fastmcp_server.py"]

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/atimevil/dreamhack_mcp'

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