Skip to main content
Glama

Weather MCP Server

Dockerfile448 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", "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/first-it-consulting/weather-mcp-server'

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