Skip to content
Zed

hostaway for Zed

io.github.uncfreak1255-code/hostaway

Read-only MCP server for Hostaway PMS — guest conversations, reservations, and listings

client:Zed transport:stdio runtime:npm

Install hostaway 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": {
    "hostaway": {
      "command": "npx",
      "args": [
        "-y",
        "hostaway-mcp"
      ],
      "env": {
        "HOSTAWAY_API_TOKEN": "<HOSTAWAY_API_TOKEN>"
      }
    }
  }
}

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

hostaway in other clients