Skip to main content
Glama

Weather MCP Server

by OleBo
docker-compose.yml417 B
version: '3.8' services: weather-mcp: build: context: . dockerfile: Dockerfile container_name: weather-mcp-server stdin_open: true tty: true # For STDIO transport, the server communicates via stdin/stdout # This keeps the container running and responsive to MCP messages restart: unless-stopped networks: - mcp-network networks: mcp-network: driver: bridge

Latest Blog Posts

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/OleBo/weather-mcp'

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