WeatherMCP for Gemini CLI
io.github.therealmrfunguy/weather-mcp
Weather forecasts, current conditions, and location search via Open-Meteo.
client:Gemini CLI
transport:sse
Install WeatherMCP in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"weather-mcp": {
"url": "https://weather.rjctdlabs.xyz/sse"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs