# Use an official Python runtime as a parent image
FROM python:3.11.13-slim
# Set the working directory in the container
WORKDIR /app
# Install uv
RUN pip install uv
# Copy the dependency files
COPY pyproject.toml uv.lock ./
# Create uv environment
RUN uv venv
# Install dependencies using uv
RUN uv pip sync --no-cache pyproject.toml
# Copy the rest of the application's code
COPY . .
# Make port 8000 available to the world outside this container
EXPOSE 8000
# Run main.py with uv when the container launches
CMD ["uv", "run", "main.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/xueli-sherryli/rss-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server