Skip to main content
Glama

weather-mcp-server

Dockerfile446 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile # syntax=docker/dockerfile:1 FROM python:3.13-slim # Set working directory WORKDIR /app # Copy project metadata and lock file COPY pyproject.toml uv.lock ./ # Install dependencies RUN pip install --upgrade pip \ && pip install . # Copy the rest of the source code COPY . . # Expose MCP port EXPOSE 8000 # Start the MCP server CMD ["python", "main.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/sjanaX01/weather-mcp-server'

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