PluginBench
MCP Server
Active
MIT

SkyGlance — What's Flying Above You MCP Server

io.github.darshjoshi/skyglance

What is the SkyGlance — What's Flying Above You MCP server?

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

How to install SkyGlance — What's Flying Above You

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SKYGLANCE_HOME_LAT

    Your latitude. Enables background sighting history.

  • SKYGLANCE_HOME_LON

    Your longitude. Enables background sighting history.

  • SKYGLANCE_POLL

    Set to 0 to disable background history recording.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "skyglance": {
      "command": "uvx",
      "args": [
        "skyglance"
      ],
      "env": {
        "SKYGLANCE_HOME_LAT": "<YOUR_SKYGLANCE_HOME_LAT>",
        "SKYGLANCE_HOME_LON": "<YOUR_SKYGLANCE_HOME_LON>",
        "SKYGLANCE_POLL": "<YOUR_SKYGLANCE_POLL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "skyglance": {
      "command": "uvx",
      "args": [
        "skyglance"
      ],
      "env": {
        "SKYGLANCE_HOME_LAT": "<YOUR_SKYGLANCE_HOME_LAT>",
        "SKYGLANCE_HOME_LON": "<YOUR_SKYGLANCE_HOME_LON>",
        "SKYGLANCE_POLL": "<YOUR_SKYGLANCE_POLL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "skyglance": {
      "command": "uvx",
      "args": [
        "skyglance"
      ],
      "env": {
        "SKYGLANCE_HOME_LAT": "<YOUR_SKYGLANCE_HOME_LAT>",
        "SKYGLANCE_HOME_LON": "<YOUR_SKYGLANCE_HOME_LON>",
        "SKYGLANCE_POLL": "<YOUR_SKYGLANCE_POLL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "skyglance": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "skyglance"
      ],
      "env": {
        "SKYGLANCE_HOME_LAT": "<YOUR_SKYGLANCE_HOME_LAT>",
        "SKYGLANCE_HOME_LON": "<YOUR_SKYGLANCE_HOME_LON>",
        "SKYGLANCE_POLL": "<YOUR_SKYGLANCE_POLL>"
      }
    }
  }
}
Claude Code
claude mcp add skyglance --env SKYGLANCE_HOME_LAT=<YOUR_SKYGLANCE_HOME_LAT> --env SKYGLANCE_HOME_LON=<YOUR_SKYGLANCE_HOME_LON> --env SKYGLANCE_POLL=<YOUR_SKYGLANCE_POLL> -- uvx skyglance

Related MCP servers

F1 race engineer for Claude — 79 tools for live timing, telemetry, strategy, and 75 years of history

3
Python
MIT
View repository →