Skip to main content
Glama

Weather MCP Server

by CodeByWaqas
MIT License
2
  • Linux
  • Apple
Dockerfile379 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile FROM python:3.12-slim WORKDIR /app # Copy the project files COPY . . # Upgrade pip and install the project in editable mode RUN pip install --upgrade pip \ && pip install -e . # Expose port if needed (MCP uses stdio, so not typically required) CMD ["python", "src/resources/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/CodeByWaqas/weather-mcp-server'

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