peak window for Zed
io.github.byteoverdev/peak-window
Ranks the best weather windows to climb any peak worldwide, on the sharpest regional model.
client:Zed
transport:stdio
runtime:npm
Install peak window in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"peak-window": {
"command": "npx",
"args": [
"-y",
"peak-window"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs