# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config
FROM python:3.13-slim
# Install curl and uv (https://github.com/astral-sh/uv) using official install script
RUN apt-get update && apt-get install -y --no-install-recommends curl \
&& rm -rf /var/lib/apt/lists/* \
&& curl -LsSf https://astral.sh/uv/install.sh | sh
# Set work directory
WORKDIR /app
# Copy project files
COPY . .
# Make setup.sh executable
RUN chmod +x setup.sh
# Ensure uv is in PATH for all processes
ENV PATH="/root/.local/bin:${PATH}"
# Use setup.sh as entrypoint (it will handle venv, deps, and server)
CMD ["./setup.sh"]
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/abhiphile/fermat-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server