Skip to main content
Hosted builders (Lovable, Bolt, v0, Replit) cannot run the 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:
  1. PollGET /v1/messages?inboxId=inb_...&limit=20 on an interval.
  2. Webhooks to your own backend — register a webhook URL you control (see the webhooks overview), verify the X-Gork-Signature header, and forward events into your builder app.
For local editors with MCP support (Cursor, Windsurf, Copilot), prefer the MCP server over hand-rolled REST.