Weather API for Gemini CLI
io.github.br0ski777/weather-api
Current weather and 7-day forecast for any location. OpenMeteo-powered. x402 micropayment.
client:Gemini CLI
transport:sse
Install Weather API in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"weather-api": {
"url": "https://weather-api.api.klymax402.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