# Use the official Python lightweight image
FROM python:3.13-slim
# Install uv
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
# Install the project into /app
COPY . /app
WORKDIR /app
# Allow statements and log messages to immediately appear in the logs
ENV PYTHONUNBUFFERED=1
# Install dependencies
RUN uv sync
RUN pip install --no-cache-dir -r requirements.txt
EXPOSE $PORT
# Run the FastMCP server
CMD ["uv", "run", "mcp_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/DiegoDuaS/MCP-Remote'
If you have feedback or need assistance with the MCP directory API, please join our Discord server