Skip to content
Gemini CLI

opentable for Gemini CLI

io.github.markswendsen-code/opentable

MCP server for OpenTable - let AI agents book restaurant reservations and manage dining autonomously

client:Gemini CLI transport:stdio runtime:npm

Install opentable in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "opentable": {
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-opentable"
      ],
      "env": {
        "OPENTABLE_EMAIL": "<OPENTABLE_EMAIL>",
        "OPENTABLE_PASSWORD": "<OPENTABLE_PASSWORD>",
        "OPENTABLE_LOCATION": "<OPENTABLE_LOCATION>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

opentable in other clients