Skip to content
Gemini CLI

spaceweather mcp for Gemini CLI

io.github.hoon1983/spaceweather-mcp

Space weather & geomagnetic conditions (NOAA SWPC, NASA DONKI, USGS, Kyoto) via MCP.

client:Gemini CLI transport:stdio runtime:pypi

Install spaceweather mcp in Gemini CLI

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

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

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

spaceweather mcp in other clients