Skip to content
Zed

hotelbooking ai for Zed

io.github.dida-ai/hotelbooking-ai

Hotel Booking MCP Server (Global/AI Edition)

client:Zed transport:stdio runtime:npm

Install hotelbooking ai 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": {
    "hotelbooking-ai": {
      "command": "npx",
      "args": [
        "-y",
        "@didaai/hotelbooking-ai"
      ],
      "env": {
        "DIDA_API_KEY": "<DIDA_API_KEY>"
      }
    }
  }
}

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

hotelbooking ai in other clients