Skip to main content
Glama

Weather MCP Server

mcp_advanced.json875 B
{ "mcpServers": { "weather-server": { "command": "python", "args": ["main.py"], "cwd": ".", "env": { "PYTHONPATH": ".", "PYTHONUNBUFFERED": "1" }, "description": "Weather MCP Server providing weather alerts and echo functionality" }, "weather-server-direct": { "command": "python", "args": ["-m", "server.weather"], "cwd": ".", "env": { "PYTHONPATH": "." }, "description": "Direct weather server module execution" }, "weather-server-uv": { "command": "uv", "args": ["run", "python", "main.py"], "cwd": ".", "env": { "PYTHONPATH": "." }, "description": "Weather server using uv package manager" } }, "mcpClient": { "defaultServer": "weather-server", "autoStart": true, "logLevel": "info" } }

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/onceagainarise/MCP-second-project-weather-forecaster-'

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