Skip to content
Gemini CLI

RIPE Atlas for Gemini CLI

io.github.jrelph/ripe-atlas

RIPE Atlas network measurements — ping, traceroute, DNS, TLS, HTTP, NTP, and probes

client:Gemini CLI transport:stdio runtime:npm

Install RIPE Atlas in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ripe-atlas": {
      "command": "npx",
      "args": [
        "-y",
        "ripe-atlas-mcp-server"
      ],
      "env": {
        "RIPE_ATLAS_API_KEY": "<RIPE_ATLAS_API_KEY>"
      }
    }
  }
}

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

RIPE Atlas in other clients