Skip to content
Gemini CLI

weather for Gemini CLI

io.github.byrness/weather

An MCP server for weather information.

client:Gemini CLI transport:stdio runtime:npm

Install weather in Gemini CLI

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

{
  "mcpServers": {
    "weather": {
      "command": "npx",
      "args": [
        "-y",
        "@byrness/mcp-weather-server"
      ]
    }
  }
}

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

weather in other clients