hotelbooking for Zed
io.github.rollinggo-ai/hotelbooking
RollingGo Hotel Booking MCP Server (国内中文版)
client:Zed
transport:stdio
runtime:npm
Install hotelbooking in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"hotelbooking": {
"command": "npx",
"args": [
"-y",
"rollinggo-hotelbooking"
],
"env": {
"ROLLINGGO_API_KEY": "<ROLLINGGO_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs