Skip to content
Gemini CLI

Travel Code for Gemini CLI

com.travel-code/travel-code

Corporate travel: search and book flights, hotels, rail and transfers, manage orders.

client:Gemini CLI transport:streamable-http

Install Travel Code in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "travel-code": {
      "httpUrl": "https://mcp.travel-code.com/mcp"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Travel Code in other clients