Weather for Gemini CLI
io.github.thx93/weather
US weather for AI agents: active NWS alerts by state, 5-period forecasts by lat/lon. Paid per call.
client:Gemini CLI
transport:streamable-http
tools:3
Install Weather in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"weather": {
"httpUrl": "https://agent-evidence-api.thx93.workers.dev/weather/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs