foehn for Gemini CLI
io.github.kayhendriksen/foehn
Access Swiss meteorological open data from MeteoSwiss, powered by foehn
client:Gemini CLI
transport:stdio
runtime:pypi
Install foehn in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"foehn": {
"command": "uvx",
"args": [
"foehn"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs