flightaware mcp for Windsurf
io.github.chrischall/flightaware-mcp
Live flight tracking and aviation data via FlightAware AeroAPI (flights, airports, alerts).
client:Windsurf
transport:stdio
runtime:npm
Install flightaware mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"flightaware-mcp": {
"command": "npx",
"args": [
"-y",
"@chrischall/flightaware-mcp"
],
"env": {
"AEROAPI_API_KEY": "<AEROAPI_API_KEY>",
"AEROAPI_OUTPUT_DIR": "<AEROAPI_OUTPUT_DIR>",
"AEROAPI_CACHE_TTL": "<AEROAPI_CACHE_TTL>",
"AEROAPI_STATIC_CACHE_TTL": "<AEROAPI_STATIC_CACHE_TTL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs