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
{
"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