Connect ChatGPT to the Collibra MCP

ChatGPT connects to the Collibra MCP server through a custom plugin configured with OAuth 2.0. Once connected, ChatGPT can use Collibra's governed metadata tools directly in your conversations. The recommended approach is for an administrator to create the connection once and share it with selected user groups.

Note Connecting ChatGPT to the Collibra MCP requires an OpenAI account with a Pro, Team, Enterprise, or Edu plan. Developer Mode is not available on Free plans.

Prerequisites

In your Collibra environment

  • You need admin access to Collibra SettingsOAuth Applications to create an OAuth application.
  • Your Collibra MCP instance must have a publicly accessible HTTPS endpoint, for example, https://<tenant>.collibra.com.

In your ChatGPT environment

  • You need an OpenAI account with a Pro, Team, Enterprise, or Edu plan.
  • An administrator can create the connection once and share it with the relevant user groups. Do not share a Client ID and Client Secret between individual users.

Step 1: Start the plugin setup in ChatGPT

Start creating the plugin in ChatGPT to generate the redirect URI you need for Collibra OAuth registration in Step 2.

Enable Developer Mode

  1. In ChatGPT, go to SettingsSecurity and loginDeveloper Mode.
  2. Switch Developer Mode on.

Create a custom plugin

  1. Go to the Plugins tab and click + to create a new plugin.
  2. Fill in the following fields:
    FieldValue
    Plugin nameCollibra MCP (or a descriptive name)
    DescriptionDescribe what the connector does. For example: Connects ChatGPT to your Collibra Data Intelligence Platform, enabling you to search and retrieve assets, definitions, lineage, and governance metadata directly from your conversations.
    Connectionhttps://<tenant>.collibra.com/rest/mcp
    AuthenticationOAuth
  3. Click Advanced OAuth Settings. ChatGPT generates a Redirect URI based on your MCP URL.
  4. Copy the Redirect URI. You need it in Step 2.

Step 2: Register an OAuth application in Collibra

This step requires admin privileges in Collibra.

  1. Go to Settings.
  2. Click OAuth applications.
  3. Click New Application.
  4. Click Register user application.
  5. register user application window screenshot
  6. Enter an application name, for example, openai-chatgpt-integration.
  7. Enter the Redirect URI copied from Step 1.
  8. Complete the registration and copy the Client ID and Client Secret. You need them in Step 3. The secret is shown only once.

Step 3: Complete the plugin setup in ChatGPT

Return to the plugin form in ChatGPT to enter the credentials from Step 2.

  1. Enter the OAuth Client ID and OAuth Client Secret from Step 2.
  2. Set Token endpoint auth method to client_secret_basic.
  3. Verify the remaining fields. These should be auto-filled from Advanced OAuth Settings:
    FieldValue
    Scopes > Default scopesoffline_access
    Auth URLhttps://<tenant>.collibra.com/rest/oauth/v2/authorize
    Token URLhttps://<tenant>.collibra.com/rest/oauth/v2/token
    Authorization server basehttps://<tenant>.collibra.com/rest/mcp
    Resourcehttps://<tenant>.collibra.com/rest/mcp
  4. Check the trust confirmation checkbox and click Create.
  5. Complete the OAuth authorization flow to authorize the connection.

Note After updating your Collibra MCP server, go to SettingsPlugins, click into the plugin, and choose Refresh to pull in updated tool metadata.

Step 4: Publish the plugin to your organization

Complete this step to make the plugin available to all members of your OpenAI workspace. By default, the plugin is visible only to the creator's account.

  1. Go to SettingsPluginsCollibra MCP Server Plugin and click Publish. You are routed to a publishing form in the admin portal.
  2. Review the potential risks, check the required boxes, and click Publish.

The plugin is now available to all members of your organization's workspace.

Use the connection

  1. Start a new chat and enable the Collibra plugin.
  2. Send a prompt that invokes a Collibra tool, for example, "Search for assets related to customer data".
  3. Verify ChatGPT surfaces a tool call with the correct tool name and parameters.
  4. Confirm the response contains real data from your Collibra instance.

Note In Developer Mode, the plugin must be enabled per chat session.

After you connect

  • ChatGPT dynamically discovers all Collibra tools, including search, lineage, and glossary.
  • Use SettingsPluginsRefresh after any Collibra MCP server update to pick up new or changed tools.