1
Get an API key
Generate a key in the Console. Keys start with
gork_live_.2
Add the server config
Add a
[mcp_servers.gork] section to your Codex config.toml:1
Restart Codex
Restart the Codex CLI so it loads the new MCP server.
2
Verify
Ask Codex: “List my inboxes.” It should call
gork_list_inboxes and show your addresses.Override the API base by adding
GORK_BASE_URL = "https://..." to the env map if needed.