Skip to content
Zed

southwest for Zed

io.github.markswendsen-code/southwest

MCP server for Southwest Airlines - search flights, manage bookings

client:Zed transport:stdio runtime:npm

Install southwest in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "southwest": {
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-southwest"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

southwest in other clients