Voyagier for Zed
com.voyagier/cli
Book real travel from your agent — flights, hotels & activities behind a price-gated checkout.
client:Zed
transport:stdio
runtime:npm
Install Voyagier in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"cli": {
"command": "npx",
"args": [
"-y",
"@voyagier/cli"
],
"env": {
"VOYAGIER_TOKEN": "<VOYAGIER_TOKEN>",
"VOYAGIER_API_URL": "<VOYAGIER_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs