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