1
Get an API key
Generate a key in the Console. Keys start with
gork_live_.2
Add the server config
Add the
gork block to your project .cursor/mcp.json (shared with the repo) or your global Cursor MCP config:1
Refresh
Open Cursor Settings → Features → MCP and refresh the server list until
gork shows as connected.2
Verify
Ask the agent: “List my inboxes.” It should call
gork_list_inboxes and show your addresses.Override the API base with
"GORK_BASE_URL": "https://..." alongside GORK_API_KEY in env if needed.