Skip to content
Gemini CLI

nve mcp for Gemini CLI

io.github.3121n/nve-mcp

Norwegian flood & landslide hazard data from NVE, by WGS84 coordinate.

client:Gemini CLI transport:stdio runtime:npm

Install nve mcp in Gemini CLI

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

{
  "mcpServers": {
    "nve-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@nor-data/nve-mcp"
      ]
    }
  }
}

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

nve mcp in other clients