Skip to content
Gemini CLI

vweatherstation for Gemini CLI

io.github.vweatherstation/vweatherstation

Settlement-grade market weather + general current/forecast weather for any location, via x402.

client:Gemini CLI transport:stdio runtime:npm

Install vweatherstation in Gemini CLI

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

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

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

vweatherstation in other clients