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
{
"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