weather for Gemini CLI
io.github.eudoroolivares2016/weather
An MCP server for weather information updating this value now.
client:Gemini CLI
transport:stdio
runtime:npm
Install weather in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"weather": {
"command": "npx",
"args": [
"-y",
"@eudoroolivares/mcp-weather-server"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs