Skip to content
Gemini CLI

vedurstofa mcp for Gemini CLI

io.github.sandsower/vedurstofa-mcp

MCP server for Icelandic weather, forecasts, warnings, and earthquakes from vedur.is.

client:Gemini CLI transport:stdio runtime:npm

Install vedurstofa mcp in Gemini CLI

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

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

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

vedurstofa mcp in other clients