Skip to content
Gemini CLI

Nhl for Gemini CLI

io.github.pipeworx-io/nhl

NHL MCP — live NHL data via the official NHL API

client:Gemini CLI transport:streamable-http

Install Nhl in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "nhl": {
      "httpUrl": "https://gateway.pipeworx.io/nhl/mcp"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Nhl in other clients