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

Enable Glean MCP Server

1

Enable Glean OAuth authorization server.

  • Navigate to the **Admin Console > Settings > Third-party access (OAuth) **and enable the Glean OAuth authorization server. Oauth Server
2

Enable MCP server.

Navigate to the Admin Console > Platform > Glean MCP servers and enable the Glean MCP Servers. Glean MCP
Servers
3

Share end-user setup guide

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

Managed Installs (Admins)

Some hosts require an administrator to configure the MCP server as a remote URL. Follow these dedicated guides: For other hosts, direct end users to the MCP Configurator to generate host-specific steps and URLs.

Core Capabilities

The Glean MCP server provides the following pre-built tools via streamable HTTP. The tools that can be customized to your company’s needs. Default tools:
  • Glean Search (search) - Search across your entire knowledge base
  • Glean Chat (chat) - Interactive conversations with Glean’s AI
  • Read Document (read_document) - Retrieve specific documents by ID or URL
Additional (configurable) tools:
  • Code Search (code_search) - Search your codebase and repositories
  • Employee Search (employee_search) - Find people and expertise in your organization
  • Gmail Search (gmail_search) - Search Gmail messages and threads
  • Meeting Lookup (meeting_lookup) - Find meeting recordings and notes
  • Outlook Search (outlook_search) - Search Outlook emails and calendar

Authentication

The MCP Server supports these methods:
  • OAuth 2.0 native (Recommended)
    MCP host applications connect directly with Glean’s OAuth server.
  • OAuth 2.0 bridge (Fallback)
    MCP host applications connect via a bridge (mcp-remote) with Glean’s OAuth server.
OAuth compatibility varies by host application. Check Glean’s MCP Host configurator for your specific host’s recommended setup.

Pricing

  • This beta feature is currently in development. It is not yet generally available, and its use is subject to Preview Terms.
  • There is no extra charge for using this feature during the beta period, but is subject to change as this product exists beta.

Usage Metrics

Glean tracks anonymized adoption metrics including:
  • Active user counts (daily, weekly, monthly)
  • Host application breakdown
  • Tool usage frequency
To view your metrics, contact your Glean account team.

Technical Support

Product Partner Support

While there is no formal partner program yet, Glean is building MCP Host Application and MCP Server functionality to support integration with third-party MCP servers. Interested partners should contact the Glean partnerships team.

Considerations

Advanced Authentication. With MCP host applications that don’t support OAuth, do not involve a user in the authentication process, or require manual authentication, you can use user-scoped Client API tokens. The tokens require the following scopes: MCP, AGENT, SEARCH, CHAT, DOCUMENTS, TOOLS, and ENTITIES. User Session Management. Your Admin can continue to sign a user out of all sessions — including those from MCP host applications — via the Glean Admin UI. Privacy and Data Protection. The Remote MCP Server inherits Glean platform privacy guarantees and is covered under Glean’s Data Processing Addendum (DPA). All queries enforce user permissions via Glean’s Knowledge Graph.

Launching Soon

Glean Agents via MCP Server
Expose Glean Agent Builder agents (e.g., PR review agents) as callable tools through Glean MCP Server — for use directly in AI-powered tools like Cursor and Claude Desktop.
OAuth Server Management Console
Manage OAuth client apps in Glean Admin UI (e.g., view usage, disable applications).