weather server python for Gemini CLI
io.github.lxchst/weather-server-python
An MCP server that provides weather information
client:Gemini CLI
transport:stdio
runtime:pypi
Install weather server python in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"weather-server-python": {
"command": "uvx",
"args": [
"chst-weather"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs