Skip to main content
Glama

Weather MCP Server

Apache 2.0
23
  • Linux
  • Apple
Dockerfile.streamable-http453 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 .) ENV TRANSPORT=http ENV PORT=8081 EXPOSE 8081 CMD ["uv", "run", "python", "-m", "mcp_weather_server", "--mode", "streamable-http", "--host", "0.0.0.0", "--port", "8081"]

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