Skip to main content
Glama

Weather MCP Server

by OleBo
Dockerfile621 B
# Use Python 3.12 slim image as base FROM python:3.12-slim # Set working directory WORKDIR /app # Install uv package manager RUN curl -LsSf https://astral.sh/uv/install.sh | sh && \ export PATH="/root/.cargo/bin:$PATH" # Copy project files COPY pyproject.toml . COPY uv.lock . COPY src src COPY config config COPY README.md . # Install dependencies using uv RUN /root/.cargo/bin/uv pip install --system --no-cache-dir -r <(uv pip compile pyproject.toml) # Set environment variables ENV PYTHONUNBUFFERED=1 ENV PYTHONPATH=/app/src # Run the weather server CMD ["/root/.cargo/bin/uv", "run", "-m", "weather.main"]

Latest Blog Posts

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/OleBo/weather-mcp'

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