Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FLIGHTY_DB_PATHNoPath to the Flighty app's SQLite database.$HOME/Library/Containers/com.flightyapp.flighty/Data/Documents/MainFlightyDatabase.db
FLIGHTY_USER_IDNoThe Flighty user ID to query (normally auto-detected; set only if overriding).Auto-detected from UserProfile table

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_my_flightsA

List your own flights as geo-ready legs (departure/arrival airports with coordinates).

Args: year: Filter to a calendar year (e.g. 2025). after: Only flights departing on/after this ISO date (YYYY-MM-DD). before: Only flights departing before this ISO date (YYYY-MM-DD). upcoming_only: If true, return only upcoming (non-archived) flights. Default false returns your full flight history. limit: Maximum number of legs to return (default 200, newest first).

get_flightA

Get your most recent flight leg matching a flight number (e.g. "UA194").

Args: flight_no: The flight number (case- and space-insensitive).

flight_statsA

Aggregate stats over your flights: counts, distance, unique airports/airlines, top routes.

Args: year: Filter stats to a calendar year. Omit for all-time. upcoming_only: If true, return only upcoming (non-archived) flights. Default false returns your full flight history.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sailingnaturali/flighty-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server