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
{
"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