← Back to Plugins
MCP Server MCP

SkyGlance — What's Flying Above You

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx skyglance

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "skyglance",
      "version": "0.2.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your latitude. Enables background sighting history.",
          "name": "SKYGLANCE_HOME_LAT"
        },
        {
          "description": "Your longitude. Enables background sighting history.",
          "name": "SKYGLANCE_HOME_LON"
        },
        {
          "description": "Set to 0 to disable background history recording.",
          "name": "SKYGLANCE_POLL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...