Tomorrow Io for Gemini CLI
io.github.pipeworx-io/tomorrow-io
Tomorrow.io MCP — wraps the Tomorrow.io Weather API (api.tomorrow.io/v4)
client:Gemini CLI
transport:streamable-http
Install Tomorrow Io in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"tomorrow-io": {
"httpUrl": "https://gateway.pipeworx.io/tomorrow-io/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs