Skip to content
Zed

hostaway-kit for Zed

io.github.stylabs/hostaway-kit

Read-only Hostaway MCP: listings, calendar, inbox, reports. Fixtures, no key. By STYLABS.

client:Zed transport:stdio runtime:npm

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

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

hostaway-kit in other clients