Skip to content
Zed

opentable for Zed

io.github.markswendsen-code/opentable

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

client:Zed transport:stdio runtime:npm

Install opentable in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

opentable in other clients