Skip to content

jsdelivr/globalping-cursor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Globalping plugin for Cursor

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.

Installation

Install the Globalping plugin from the Cursor Marketplace, or clone this repository and add it as a local plugin.

What's included

  • 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

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"

Usage

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

Available MCP tools

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

Skills

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

Location syntax

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

Development

Validate the plugin structure:

node scripts/validate-template.mjs

Links

License

MIT

About

The official Cursor plugin for Globalping

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Generated from cursor/plugin-template