1
Get an API key
Generate a key in the Console. Keys start with
gork_live_.2
Add the server config
Create
.vscode/mcp.json in your workspace:1
Enable MCP
In VS Code settings, enable MCP support (MCP must be turned on for Copilot to discover workspace servers), then reload the window.
2
Verify
Ask Copilot in agent mode: “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.