peak window for VS Code
io.github.byteoverdev/peak-window
Ranks the best weather windows to climb any peak worldwide, on the sharpest regional model.
client:VS Code
transport:stdio
runtime:npm
Install peak window in VS Code
.vscode/mcp.json
{
"servers": {
"peak-window": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"peak-window"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs