Skip to main content

Set up Glean MCP server

The Glean MCP server is fully managed and built into your Glean instance. Follow the steps below to enable it.

Enable Glean MCP server

1

Enable Glean OAuth authorization server.

Navigate to the Admin Console → Users & permissions → Third-party access (OAuth) and enable the Glean OAuth authorization server.

Glean OAuth Authorization Server
2

Enable MCP server.

Navigate to the Admin Console → Platform → Glean MCP server and enable the Glean MCP server.

Glean MCP server
3

Share end-user setup guide

Provide users the end-user guide for connecting from their host application: Using the Glean MCP Server

How OAuth fits

Enabling the Glean OAuth authorization server unlocks OAuth‑based authentication for MCP:

  • Dynamic clients (DCR) – MCP hosts (such as Cursor, Claude, VS Code) discover Glean at runtime and register themselves using OAuth Dynamic Client Registration.
  • Static OAuth clients – Admin‑managed OAuth applications with stable client IDs and redirect URIs, used for specific integrations or external MCP servers that require a fixed client configuration.

You can view and manage these OAuth clients in Admin Console → Users & permissions → Third‑party access (OAuth).
For details, see Glean OAuth Authorization Server.

Next Steps

Once enabled, you can: