Skip to main content

Sigma in Assistant

Beta

This page describes a beta feature that may change.

Sigma in Assistant lets users ask natural-language questions about Sigma data from Glean through Sigma's official MCP server. Unlike the search integration, which indexes Sigma content for discovery, this setup uses per-user Sigma authentication so Assistant can return results based on each user's Sigma permissions.

Use Sigma in Assistant when:

  • You want users to ask natural-language questions about Sigma data from Glean, without switching to Sigma.
  • You want Assistant responses to reflect each user's own Sigma access.
  • You want to bring Sigma data into Glean Assistant and agent workflows alongside other connected tools.

How it works

After you add the Sigma MCP server in Glean, Glean links it to a Sigma datasource instance and connects to Sigma's official MCP endpoint using the region or API host you select during setup. Users authenticate with Sigma through the MCP OAuth flow, and Assistant can use the enabled Sigma tools to return results scoped to each user's Sigma access.

The available tools include:

  • Begin Session — start a new Sigma MCP session.
  • Describe — retrieve detailed metadata about a Sigma resource.
  • List Documents — discover available Sigma documents.
  • Query — run a natural-language query against Sigma data.
  • Search — search across Sigma content.

Requirements

Sigma requirements

  • The Sigma search integration must already be set up.
  • You need the correct Sigma region or API host for your Sigma MCP endpoint.
  • Users who will use Sigma in Assistant must be able to complete the Sigma sign-in flow.

Glean requirements

  • Access to the Glean admin console with permission to add tools or MCP servers and manage tool access.
  • A Sigma datasource instance that can be linked during setup.

Setup and configuration

Sigma in Assistant is set up as a separate MCP server flow, not from the Sigma connector settings.

Step 1: Add the Sigma MCP server

  1. In the Glean admin console, open the Tools or MCP server setup flow.
  2. Add Sigma.
  3. Link the MCP server to the correct Sigma datasource instance.
  4. Select the Sigma region or API host that matches your Sigma MCP endpoint.
  5. Complete the Sigma authentication flow.

Step 2: Configure tool access

  1. Review the Sigma tools that were added.
  2. Ensure each user or group who should use this integration has access to all Sigma tools. Partial tool access can prevent the integration from working as expected.
  3. Save your changes.

Step 3: Verify the connection

  1. As an end user with Sigma access, open Glean Assistant.
  2. Ask a question about Sigma data, for example: "Use the Monthly Metrics dashboard to find our current WAU and how far we are from the 1M WAU target."
  3. Confirm that Assistant returns relevant results from Sigma.

Troubleshooting