Skip to content
Zed

hostaway for Zed

io.github.mattlong-plux/hostaway

Hostaway PMS: reservations, listings, calendars, financials, and guest messaging.

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",
        "@matt-long-plux/hostaway-mcp"
      ],
      "env": {
        "HOSTAWAY_ACCOUNT_ID": "<HOSTAWAY_ACCOUNT_ID>",
        "HOSTAWAY_CLIENT_SECRET": "<HOSTAWAY_CLIENT_SECRET>",
        "HOSTAWAY_READ_ONLY": "<HOSTAWAY_READ_ONLY>",
        "HOSTAWAY_CACHE_TTL": "<HOSTAWAY_CACHE_TTL>"
      }
    }
  }
}

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

hostaway in other clients