Skip to content
Zed

rihla for Zed

io.github.leojg/rihla

Flexible multi-leg, multi-airport flight search - cheapest valid combination across an itinerary.

client:Zed transport:stdio runtime:pypi

Install rihla in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "rihla": {
      "command": "uvx",
      "args": [
        "rihla-mcp"
      ],
      "env": {
        "TRAVELPAYOUTS_TOKEN": "<TRAVELPAYOUTS_TOKEN>",
        "SERPAPI_KEY": "<SERPAPI_KEY>",
        "RIHLA_PROFILE": "<RIHLA_PROFILE>"
      }
    }
  }
}

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

rihla in other clients