io.github.nicklasmenschel/gerezi-mcp MCP Server
io.github.nicklasmenschel/gerezi-mcp
What is the io.github.nicklasmenschel/gerezi-mcp MCP server?
Manage restaurant bookings via Claude — read covers, find guests, move tables, send wedding quotes.
How to install io.github.nicklasmenschel/gerezi-mcp
Copy-paste configuration for popular MCP clients.
GEREZI_API_KEYrequiredsecretYour Gerezi API key (tbl_live_*). Get one from https://www.gerezi.com/settings/api-keys
GEREZI_API_URLGerezi API base URL. Defaults to https://www.gerezi.com — only override for self-hosted Gerezi installs.
GEREZI_RESTAURANT_SLUGOptional restaurant slug for logging context. The API key already scopes the request to your restaurant.
GEREZI_MCP_PHASEWhich tool surface to expose. "1" = read-only (5 tools). "2" = read+write (15 tools, includes booking creation, cancellation, quotes). Defaults to "1".
{
"mcpServers": {
"gerezi-mcp": {
"command": "npx",
"args": [
"-y",
"@gerezi/mcp"
],
"env": {
"GEREZI_API_KEY": "<YOUR_GEREZI_API_KEY>",
"GEREZI_API_URL": "<YOUR_GEREZI_API_URL>",
"GEREZI_RESTAURANT_SLUG": "<YOUR_GEREZI_RESTAURANT_SLUG>",
"GEREZI_MCP_PHASE": "<YOUR_GEREZI_MCP_PHASE>"
}
}
}
}{
"mcpServers": {
"gerezi-mcp": {
"command": "npx",
"args": [
"-y",
"@gerezi/mcp"
],
"env": {
"GEREZI_API_KEY": "<YOUR_GEREZI_API_KEY>",
"GEREZI_API_URL": "<YOUR_GEREZI_API_URL>",
"GEREZI_RESTAURANT_SLUG": "<YOUR_GEREZI_RESTAURANT_SLUG>",
"GEREZI_MCP_PHASE": "<YOUR_GEREZI_MCP_PHASE>"
}
}
}
}{
"mcpServers": {
"gerezi-mcp": {
"command": "npx",
"args": [
"-y",
"@gerezi/mcp"
],
"env": {
"GEREZI_API_KEY": "<YOUR_GEREZI_API_KEY>",
"GEREZI_API_URL": "<YOUR_GEREZI_API_URL>",
"GEREZI_RESTAURANT_SLUG": "<YOUR_GEREZI_RESTAURANT_SLUG>",
"GEREZI_MCP_PHASE": "<YOUR_GEREZI_MCP_PHASE>"
}
}
}
}{
"servers": {
"gerezi-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gerezi/mcp"
],
"env": {
"GEREZI_API_KEY": "<YOUR_GEREZI_API_KEY>",
"GEREZI_API_URL": "<YOUR_GEREZI_API_URL>",
"GEREZI_RESTAURANT_SLUG": "<YOUR_GEREZI_RESTAURANT_SLUG>",
"GEREZI_MCP_PHASE": "<YOUR_GEREZI_MCP_PHASE>"
}
}
}
}claude mcp add gerezi-mcp --env GEREZI_API_KEY=<YOUR_GEREZI_API_KEY> --env GEREZI_API_URL=<YOUR_GEREZI_API_URL> --env GEREZI_RESTAURANT_SLUG=<YOUR_GEREZI_RESTAURANT_SLUG> --env GEREZI_MCP_PHASE=<YOUR_GEREZI_MCP_PHASE> -- npx -y @gerezi/mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.