# Use a slim Python base image
FROM python:3.11-slim
# Set working directory
WORKDIR /app
# Install uv
RUN pip install uv
# Copy dependency files
COPY pyproject.toml .
# Generate uv.lock during the build
RUN uv lock
# Install dependencies with uv
RUN uv sync --frozen
# Copy source code
COPY src/ src/
# Run the server
CMD ["uv", "run", "src/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/QuantConnect/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server