Skip to content
Gemini CLI

wems for Gemini CLI

io.github.heliosarchitect/wems

Real-time natural hazard monitoring: earthquakes, tsunamis, volcanoes, solar weather, air quality

client:Gemini CLI transport:stdio runtime:pypi

Install wems in Gemini CLI

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

{
  "mcpServers": {
    "wems": {
      "command": "uvx",
      "args": [
        "wems-mcp-server"
      ]
    }
  }
}

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

wems in other clients