Live Flight Data for VS Code
org.memoryapi/flight
Live flight departures and airport information
client:VS Code
transport:streamable-http
tools:2
Install Live Flight Data in VS Code
.vscode/mcp.json
{
"servers": {
"flight": {
"type": "http",
"url": "https://flight.memoryapi.org/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs