> ## Documentation Index
> Fetch the complete documentation index at: https://docs.box.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Glean Assistant

<div className="article_labels_list" style={{display: 'none'}} dangerouslySetInnerHTML={{__html: "Admin , Box MCP , P1"}} />

Glean Assistant's setup process involves the following steps:

1. Admin configuration in Box
2. Admin configuration in Glean
3. End-user connection

## Step 1: Configure Box integration

<Badge color="orange" size="lg">Admin</Badge>

1. Sign in to the [Box Admin Console](https://app.box.com/master).

2. Go to **Integrations** and find Box MCP Server either by using the MCP Category filter, or by using the search bar at the top of the page.

3. Go to **Configuration** > **Add Integration Credentials** to generate new credentials.

4. In **Redirect URIs**, change the Box redirect URIs to:

   `  https://scio-prod-be.glean.com/tools/oauth/verify_code
    `

5. Copy the **Client ID** and **Client Secret** for later use. These are required later for the external MCP Client to authorize the connection.

6. Check the **Access scopes**:
   * Read all files and folders stored in Box.
   * Read and write all files and folders stored in Box.
   * Manage AI Requests.
   <Note>
     Scopes define the maximum set of actions. Users can only access content they already have permission to view or edit in Box.
   </Note>

7. Click **Save**.

## Step 2: Configure connection in Glean

<Badge color="orange" size="lg">Admin</Badge>

1. Open Glean.
2. Go to **Connectors and Actions** > [**Box**](https://www.glean.com/connectors/box).
3. Under **Configuration**, enter the **Client ID** and **Client Secret** from the Box setup.
4. Validate that the redirect URI matches what you inputted during Box setup.

## Step 3: Configure end-user connection

<Badge color="green" size="lg">User</Badge>

1. Open Glean.
2. Go to **Connectors and Actions** > [**Box**](https://www.glean.com/connectors/box).
3. Add [**Box**](https://www.glean.com/connectors/box) to your account.

## Additional documentation

* [Glean Support Documentation](https://docs.glean.com/administration/actions/connect-remote-mcp-servers-to-glean)
* [Box Blog with Demo](https://blog.box.com/glean-mcp-directory)
* [Glean MCP Blog](https://www.glean.com/blog/mcp-apps-assistant-apr-drop-2026)
* [Glean MCP Apps Blog](https://www.glean.com/blog/mcp-apps-assistant-apr-drop-2026)
