Skip to content
Grok

SkyGlance — What's Flying Above You for Grok

io.github.darshjoshi/skyglance

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

client:Grok transport:stdio runtime:pypi

Install SkyGlance — What's Flying Above You in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

SkyGlance — What's Flying Above You in other clients