The official Globalping plugin for Cursor IDE. Run network measurements from thousands of probe locations worldwide using natural language — ping, traceroute, DNS, MTR, and HTTP tests, all powered by AI.
Install the Globalping plugin from the Cursor Marketplace, or clone this repository and add it as a local plugin.
- MCP server — Connects Cursor's AI to the Globalping MCP server with 10 network measurement tools
- 4 skills — Guided workflows for network diagnostics, latency comparison, DNS auditing, and reachability checks
- 3 rules — Contextual knowledge about Globalping tools, measurement interpretation, and authentication
Authentication is required. Two methods are available:
OAuth (recommended): On first use of any Globalping tool, Cursor automatically opens a browser for login. One-time setup, zero configuration.
API token: Generate a token at dash.globalping.io, then set:
export GLOBALPING_API_TOKEN="gp_your_token_here"Once authenticated, use natural language in any Cursor AI feature:
Ping google.com from 3 locations in Europe
Run a traceroute to github.com from Japan and compare with the US
Check DNS propagation for example.com globally
Is my site reachable from China? Test with ping and HTTP
| Tool | Description |
|---|---|
ping |
ICMP ping from global locations |
traceroute |
Network path tracing |
dns |
DNS lookups with resolver selection |
mtr |
Combined ping + traceroute |
http |
HTTP requests with timing breakdown |
locations |
List available probe locations |
limits |
Check rate limits and quota |
getMeasurement |
Retrieve previous results |
compareLocations |
Comparative measurement guidance |
help |
Tool documentation |
| Skill | Description |
|---|---|
| network-diagnostics | Troubleshoot connectivity with ping, traceroute, and MTR |
| latency-comparison | Compare response times across regions and providers |
| dns-audit | Audit DNS resolution and propagation globally |
| reachability-check | Verify accessibility from specific regions or networks |
Globalping locations support flexible "magic" syntax:
- Continents: EU, NA, AS, AF, OC, SA
- Countries: US, DE, JP, BR
- Cities: London, Tokyo, New York
- Networks: Cloudflare, Google, AWS
- ASNs: AS13335, AS15169
- Cloud regions: aws-us-east-1, gcp-us-central1
- Combined: London+UK, Cloudflare+US
Validate the plugin structure:
node scripts/validate-template.mjsMIT