gerezi-mcp
About
Manage restaurant bookings via Claude — read covers, find guests, move tables, send wedding quotes.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
GEREZI_API_KEY GEREZI_API_URL GEREZI_RESTAURANT_SLUG GEREZI_MCP_PHASEClaude Code
claude mcp add --env GEREZI_API_KEY= --env GEREZI_API_URL= --env GEREZI_RESTAURANT_SLUG= --env GEREZI_MCP_PHASE= gerezi-mcp -- npx @gerezi/mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"gerezi-mcp","command":"npx","args":["@gerezi/mcp"],"env":{"GEREZI_API_KEY":"","GEREZI_API_URL":"","GEREZI_RESTAURANT_SLUG":"","GEREZI_MCP_PHASE":""}}'
JSON
{
"mcpServers": {
"gerezi-mcp": {
"command": "npx",
"args": [
"@gerezi/mcp"
],
"env": {
"GEREZI_API_KEY": "",
"GEREZI_API_URL": "",
"GEREZI_RESTAURANT_SLUG": "",
"GEREZI_MCP_PHASE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.