Skip to content
Cursor

RIPE Atlas for Cursor

io.github.jrelph/ripe-atlas

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

client:Cursor transport:stdio runtime:npm

Install RIPE Atlas in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

RIPE Atlas in other clients