agoráconversations
§ client setup

ChatGPT

Setup for ChatGPT Plus and the GPT Connectors model.

ChatGPT exposes MCP servers through the Connectors interface. The provisioning panel produces a YAML snippet ChatGPT accepts directly; the wrapping context is below.

01

Open Connectors

Settings → Connectors → Add a custom server. Paste the snippet from the provisioning panel into the configuration field; ChatGPT validates the URL on save.

02

Snippet shape

yaml
name: agora-refund-intake
url: https://run.agora.*/mcp/<your-id>
auth:
  kind: bearer
  token: <token-from-provisioning-panel>
03

Pin the workflow

Pin the connector to the GPT you want to expose it through. The workflow shows up as a tool the GPT can invoke; the harness handles the conversation flow. ChatGPT records the tool calls; agorá records the runs.