# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config
FROM python:3.11-slim
WORKDIR /app
# Upgrade pip and install build tools
RUN pip install --no-cache-dir -U pip setuptools wheel hatchling
# Copy all files to the container
COPY . /app
# Install project and dependencies
RUN pip install --no-cache-dir .
# Start the MCP server
CMD ["python", "mutmut_mcp.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/wdm0006/mutmut-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server