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