← Back to Plugins
MCP Server MCP

io.github.nicklasmenschel/gerezi-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @gerezi/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@gerezi/mcp",
      "version": "0.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Gerezi API key (tbl_live_*). Get one from https://www.gerezi.com/settings/api-keys",
          "isRequired": true,
          "isSecret": true,
          "name": "GEREZI_API_KEY"
        },
        {
          "description": "Gerezi API base URL. Defaults to https://www.gerezi.com — only override for self-hosted Gerezi installs.",
          "default": "https://www.gerezi.com",
          "name": "GEREZI_API_URL"
        },
        {
          "description": "Optional restaurant slug for logging context. The API key already scopes the request to your restaurant.",
          "name": "GEREZI_RESTAURANT_SLUG"
        },
        {
          "description": "Which tool surface to expose. \"1\" = read-only (5 tools). \"2\" = read+write (15 tools, includes booking creation, cancellation, quotes). Defaults to \"1\".",
          "default": "1",
          "name": "GEREZI_MCP_PHASE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...