gork-mcp stdio server, so integrate over plain REST instead.
Environment
Add these in your builder’s env / secrets panel:Send email
Receive email
Agents running inside hosted builders cannot receive push connections. Two options:- Poll —
GET /v1/messages?inboxId=inb_...&limit=20on an interval. - Webhooks to your own backend — register a webhook URL you control (see the webhooks overview), verify the
X-Gork-Signatureheader, and forward events into your builder app.
For local editors with MCP support (Cursor, Windsurf, Copilot), prefer the MCP server over hand-rolled REST.