Nephyr Weather for Gemini CLI
io.github.clm-studios/nephyr-weather
GFS ensemble weather signals for prediction market edge detection across 12 cities
client:Gemini CLI
transport:stdio
runtime:pypi
Install Nephyr Weather in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"nephyr-weather": {
"command": "uvx",
"args": [
"nephyr-weather"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs