Skip to content
Gemini CLI

bom mcp for Gemini CLI

io.github.mrfentmen/bom-mcp

Keyless BOM Australia forecasts and station observations.

client:Gemini CLI transport:stdio runtime:npm

Install bom mcp in Gemini CLI

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

{
  "mcpServers": {
    "bom-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bom-mcp"
      ]
    }
  }
}

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

bom mcp in other clients