probeops mcp server for Cursor
io.github.kumarprobeops/probeops-mcp-server
Network diagnostics from 6 global regions. SSL, DNS, ping, whois, traceroute, port scan, latency.
client:Cursor
transport:stdio
runtime:npm
Install probeops mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"probeops-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@probeops/mcp-server"
],
"env": {
"PROBEOPS_API_KEY": "<PROBEOPS_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs