Skip to content

Connect ChatGPT

Connect Wexa to ChatGPT via a remote MCP server using Developer mode.

First, get your MCP credentials: your MCP Server URL, workspace ID (ws_<your_project>), and an API key (fab_sk_…).

  1. In ChatGPT, open Settings → Connectors and turn on Developer mode.
  2. Choose Add MCP server and enter the Server URL from your console.
  3. Paste the Authorization Bearer token and the Workspace header, then connect.

The values to enter:

Field Value
Server URL https://mcp.wexa.ai/v1/sse
Authorization Bearer <YOUR_API_KEY>
Workspace header X-Wexa-Workspace: ws_<your_project>

The ChatGPT client view in Simple Mode showing Server URL, Bearer token, and Workspace header.

Ask ChatGPT a question that depends on your data. It calls Fabric’s query-context tool and answers from your context graph — scope-pinned and audited.

  • No “Add MCP server” option — make sure Developer mode is enabled under Connectors.
  • 401 / unauthorized — verify the API key and the Bearer prefix.
  • 403 / wrong scope — the workspace header must match a project your key can access.