BondSeat for Cline
io.github.saintmarksventures/bondseat
Snag hard-to-get Resy tables with automatic cancellation monitoring and scheduled release attempts.
client:Cline
transport:stdio
runtime:npm
Install BondSeat in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"bondseat": {
"command": "npx",
"args": [
"-y",
"@bondseat/mcp"
],
"env": {
"BONDSEAT_API_URL": "<BONDSEAT_API_URL>",
"BONDSEAT_STATE_FILE": "<BONDSEAT_STATE_FILE>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs