Skip to content
Zed

SkyGlance — What's Flying Above You for Zed

io.github.darshjoshi/skyglance

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

client:Zed transport:stdio runtime:pypi

Install SkyGlance — What's Flying Above You in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "skyglance": {
      "command": "uvx",
      "args": [
        "skyglance"
      ],
      "env": {
        "SKYGLANCE_HOME_LAT": "<SKYGLANCE_HOME_LAT>",
        "SKYGLANCE_HOME_LON": "<SKYGLANCE_HOME_LON>",
        "SKYGLANCE_POLL": "<SKYGLANCE_POLL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

SkyGlance — What's Flying Above You in other clients