Skip to main content
Glama

MCP Container Weather Server

by Pimmetjeoss
Dockerfile491 B
FROM python:3.10-slim # Installeer systeem dependencies RUN apt-get update && \ apt-get install -y curl ca-certificates && \ rm -rf /var/lib/apt/lists/* # Installeer uv CLI RUN curl -LsSf https://astral.sh/uv/install.sh | sh ENV PATH="/root/.local/bin:${PATH}" WORKDIR /app # Kopieer en installeer requirements COPY requirements.txt . RUN uv pip install --system -r requirements.txt # Kopieer de server code COPY weather.py . # Start de MCP server CMD ["python", "weather.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/Pimmetjeoss/MCP_container'

If you have feedback or need assistance with the MCP directory API, please join our Discord server