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
{
"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