FROM ghcr.io/astral-sh/uv:python3.13-bookworm-slim
# Set the working directory
WORKDIR /app
# Copy the current directory contents into the container at /app
COPY . /app
# Upgrade pip and install dependencies, ignoring the Python version check
RUN pip install --upgrade pip \
&& pip install --ignore-requires-python --no-cache-dir .
# Entrypoint to start the server
CMD ["python", "src/mcp_metal_price/server.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/isdaniel/mcp-metal-price'
If you have feedback or need assistance with the MCP directory API, please join our Discord server