weather mcp server for Gemini CLI
com.thenextgennexus/weather-mcp-server
Forecasts, climate history, severe alerts by location — for outdoor-event planners.
client:Gemini CLI
transport:streamable-http
tools:1
Install weather mcp server in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"weather-mcp-server": {
"httpUrl": "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/weather-mcp-server/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs