GeoSphere Austria Weather for Gemini CLI
io.github.slettmayer/geosphere-mcp-server
High-resolution GeoSphere Austria weather, storms and air quality. Austria and the Alps only.
client:Gemini CLI
transport:stdio
runtime:pypi
Install GeoSphere Austria Weather in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"geosphere-mcp-server": {
"command": "uvx",
"args": [
"geosphere-mcp-server"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs