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
{
"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