Skip to content
Grok

peak window for Grok

io.github.byteoverdev/peak-window

Ranks the best weather windows to climb any peak worldwide, on the sharpest regional model.

client:Grok transport:stdio runtime:npm

Install peak window in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "peak-window": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "peak-window"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

peak window in other clients