ShiftZap Restaurant Scheduling for Windsurf
io.github.samueldesignsa/shiftzap
Manage restaurant employee scheduling, time-off, tips, and payroll via ShiftZap.
client:Windsurf
transport:stdio
runtime:npm
Install ShiftZap Restaurant Scheduling in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"shiftzap": {
"command": "npx",
"args": [
"-y",
"@shiftzap/mcp-server"
],
"env": {
"SHIFTZAP_API_KEY": "<SHIFTZAP_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs