Skip to content
Zed

ShiftZap Restaurant Scheduling for Zed

io.github.samueldesignsa/shiftzap

Manage restaurant employee scheduling, time-off, tips, and payroll via ShiftZap.

client:Zed transport:stdio runtime:npm

Install ShiftZap Restaurant Scheduling 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": {
    "shiftzap": {
      "command": "npx",
      "args": [
        "-y",
        "@shiftzap/mcp-server"
      ],
      "env": {
        "SHIFTZAP_API_KEY": "<SHIFTZAP_API_KEY>"
      }
    }
  }
}

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

ShiftZap Restaurant Scheduling in other clients