BondSeat for Zed
io.github.saintmarksventures/bondseat
Snag hard-to-get Resy tables with automatic cancellation monitoring and scheduled release attempts.
client:Zed
transport:stdio
runtime:npm
Install BondSeat in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"bondseat": {
"command": "npx",
"args": [
"-y",
"@bondseat/mcp"
],
"env": {
"BONDSEAT_API_URL": "<BONDSEAT_API_URL>",
"BONDSEAT_STATE_FILE": "<BONDSEAT_STATE_FILE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs