peak window for Gemini CLI
io.github.byteoverdev/peak-window
Ranks the best weather windows to climb any peak worldwide, on the sharpest regional model.
client:Gemini CLI
transport:stdio
runtime:npm
Install peak window in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"peak-window": {
"command": "npx",
"args": [
"-y",
"peak-window"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs