Skip to content
Cursor

BondSeat for Cursor

io.github.saintmarksventures/bondseat

Snag hard-to-get Resy tables with automatic cancellation monitoring and scheduled release attempts.

client:Cursor transport:stdio runtime:npm

Install BondSeat in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "bondseat": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@bondseat/mcp"
      ],
      "env": {
        "BONDSEAT_API_URL": "<BONDSEAT_API_URL>",
        "BONDSEAT_STATE_FILE": "<BONDSEAT_STATE_FILE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

BondSeat in other clients