weather mcp for Gemini CLI
io.github.darshan0548/weather-mcp
MCP server for weather with reasoning — umbrella advice, outdoor checks, city comparisons.
client:Gemini CLI
transport:streamable-http
Install weather mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"weather-mcp": {
"httpUrl": "https://weather-mcp-2yhb.onrender.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs