← Index

io.github.nicklasmenschel/gerezi-mcp

io.github.nicklasmenschel/gerezi-mcp·v0.1.3·Other
Quality Score
85
/100

Manage restaurant bookings via Claude — read covers, find guests, move tables, send wedding quotes.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "gerezi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@gerezi/mcp"
      ],
      "env": {
        "GEREZI_API_KEY": "<your-gerezi_api_key>",
        "GEREZI_API_URL": "https://www.gerezi.com",
        "GEREZI_RESTAURANT_SLUG": "<gerezi_restaurant_slug>",
        "GEREZI_MCP_PHASE": "1"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "gerezi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@gerezi/mcp"
      ],
      "env": {
        "GEREZI_API_KEY": "<your-gerezi_api_key>",
        "GEREZI_API_URL": "https://www.gerezi.com",
        "GEREZI_RESTAURANT_SLUG": "<gerezi_restaurant_slug>",
        "GEREZI_MCP_PHASE": "1"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @gerezi/mcp
§02  Environment variables
GEREZI_API_KEY
requiredsecret

Your Gerezi API key (tbl_live_*). Get one from https://www.gerezi.com/settings/api-keys

GEREZI_API_URL

Gerezi API base URL. Defaults to https://www.gerezi.com — only override for self-hosted Gerezi installs.

GEREZI_RESTAURANT_SLUG

Optional restaurant slug for logging context. The API key already scopes the request to your restaurant.

GEREZI_MCP_PHASE

Which tool surface to expose. "1" = read-only (5 tools). "2" = read+write (15 tools, includes booking creation, cancellation, quotes). Defaults to "1".

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other