We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dangogh/weather-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•327 B
# Example .env file for Weather MCP Server
# Copy this to .env and fill in your values
# OpenWeatherMap API Key (required)
# Get your free API key at: https://openweathermap.org/api
WEATHER_API_KEY=your_api_key_here
# Server mode (optional, defaults to config.yaml)
# Uncomment to override: stdio or http
# SERVER_MODE=stdio