Skip to content
Cursor

SkyGlance — What's Flying Above You for Cursor

io.github.darshjoshi/skyglance

What's flying above you: live aircraft, identity, routes, and your own sighting history.

client:Cursor transport:stdio runtime:pypi

Install SkyGlance — What's Flying Above You 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": {
    "skyglance": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "skyglance"
      ],
      "env": {
        "SKYGLANCE_HOME_LAT": "<SKYGLANCE_HOME_LAT>",
        "SKYGLANCE_HOME_LON": "<SKYGLANCE_HOME_LON>",
        "SKYGLANCE_POLL": "<SKYGLANCE_POLL>"
      }
    }
  }
}

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

SkyGlance — What's Flying Above You in other clients