# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile
# Use a slim Python base image
FROM python:3.10-slim
# Set working directory
WORKDIR /app
# Copy project files
COPY pyproject.toml .
COPY src/ src/
# Install Python dependencies and package
RUN pip install --no-cache-dir .
# Default command: start the MCP server using the entrypoint
CMD ["aemet_mcp"]
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/AnCode666/aemet-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server