ChatGPT
This guide is for administrators to configure ChatGPT to connect to your company's Glean MCP server.
Prerequisites
- Glean OAuth authorization server enabled (Admin Console → Users & permissions → Third-party access (OAuth))
- MCP server enabled (Admin Console → Platform → Glean MCP servers)
- ChatGPT admin access, to add or enable the Glean connector
If you encounter an error when setting up the ChatGPT connector, contact your Glean account team.
Find Glean in the ChatGPT app marketplace
Glean is listed in the ChatGPT app marketplace, so you don't need to build a custom connector from scratch.
Open workspace settings
In ChatGPT, go to Workspace settings, then Apps & plugins.
Enable Glean
Search for Glean and select Enable. This makes the Glean app available to your workspace.
Continue with the steps below to connect Glean to your Glean MCP server.
Add Glean MCP Server to ChatGPT
Open ChatGPT settings (admin)
Navigate to the ChatGPT admin area for connectors.

Provide the server URL
Copy the ChatGPT server URL from app.glean.com/admin/mcp, under MCP servers. Find the ChatGPT server in the list and copy its URL.
Enter this URL in ChatGPT. It follows the format https://{your-backend-domain}/mcp/chatgpt.

Authenticate with Glean OAuth
Complete the sign-in flow.

Confirmation
ChatGPT supports search and fetch tool equivalents.

ChatGPT MCP constraints
- Web-based managed connector: configuration is performed in ChatGPT’s UI; there is no local config file support.
- HTTP-only transport: stdio is not supported for remote servers.
- Limited tool surface: only
searchandfetchequivalents are available when calling MCP servers. - Fixed endpoint format:
https://{your-backend-domain}/mcp/chatgpt(admin-managed install). - Server-only marketplace listing: per OpenAI's marketplace requirements, the Glean listing has no custom UI of its own. Users interact with Glean only through ChatGPT's own tool-calling interface.
References:
- OpenAI Developer Mode guide: https://platform.openai.com/docs/guides/developer-mode
- Connectors in ChatGPT (OpenAI Help): https://help.openai.com/en/articles/11487775-connectors-in-chatgpt
Troubleshooting
Initial connection error / cannot complete connection
If you encounter a connection error when setting up the ChatGPT connector:
- Refresh the page after the initial connection attempt
- Re-add the Glean MCP connector in ChatGPT settings
- Verify you are using the correct endpoint:
https://{your-backend-domain}/mcp/chatgpt
If you continue to experience issues, contact your Glean account team.
- For generic auth/network issues, see Troubleshooting MCP Connectivity
Using the Glean Connector in ChatGPT
Once you've configured the Glean MCP connector, your users need to activate it in their ChatGPT conversations. The connector is not automatically enabled and is located in a submenu that can be easy to miss.
Open the tools menu
In a ChatGPT conversation, click the plus (+) icon to the left of the message input field to expand the tools menu.
Access the More menu
From the expanded menu, click More at the bottom of the list.

Select Glean
In the More submenu, find and click Glean (labeled as CUSTOM) to activate it for the current conversation.
Users need to activate the Glean connector in each new conversation where they want to use it. The connector does not remain active across all conversations by default.
Share this usage information with your users to ensure they can find and activate the connector. Many users report difficulty locating the connector in ChatGPT's nested menu structure without clear guidance.
See also
- End-user configuration - How individual users self-configure their own connection to Glean MCP server