peak window for Cursor
io.github.byteoverdev/peak-window
Ranks the best weather windows to climb any peak worldwide, on the sharpest regional model.
client:Cursor
transport:stdio
runtime:npm
Install peak window in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"peak-window": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"peak-window"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs