Skip to content
Zed

RIPE Atlas for Zed

io.github.jrelph/ripe-atlas

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

client:Zed transport:stdio runtime:npm

Install RIPE Atlas in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

RIPE Atlas in other clients