Skip to main content
Glama

Weather MCP Server

Apache 2.0
23
  • Linux
  • Apple
Dockerfile432 B
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 # Install dependencies and the package RUN (uv venv .venv) && (. .venv/bin/activate) && (uv pip install -e .) # Run the server in SSE mode, reading port from PORT environment variable CMD ["uv", "run", "python", "-m", "mcp_weather_server", "--mode", "stdio"]

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_weather_server'

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