> ## 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.

# Gemini Enterprise

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

Gemini Enterpriseの設定プロセスは、以下の手順で構成されています。

1. Boxでの管理者による構成
2. エンドユーザーによる接続

## 手順1: Box統合を構成する

<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 **Custom 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 the redirect URI provided by the external MCP Client.
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](/en/box-admin-tools/how-to-guides-for-admins/understanding-requests-to-authorize-or-allow-applications#reviewing-scopes)**.
7. Click **Save**.

## 手順2: エンドユーザーの接続を構成する

<Badge color="green" size="lg">ユーザー</Badge>

Google Cloudのドキュメントから、[Set up your custom MCP server data store (カスタムMCPサーバーのデータストアを設定する)](https://docs.cloud.google.com/gemini/enterprise/docs/connectors/custom-mcp-server/set-up-custom-mcp-server) を参照してください。

\[**Authentication settings (認証の設定)**] で、以下の値を入力します。

| フィールド                        | 値                                              |
| ---------------------------- | ---------------------------------------------- |
| MCP Server URL (MCPサーバーURL)  | `https://mcp.box.com`                          |
| Authorization URL (承認URL)    | `https://account.box.com/api/oauth2/authorize` |
| Token URL (トークンURL)          | `https://api.box.com/oauth2/token`             |
| Client ID (クライアントID)         | 手順1で取得したクライアントID                               |
| Client Secret (クライアントシークレット) | 手順1で取得したクライアントシークレット                           |
| Scopes (スコープ)                | `root_readwrite ai.readwrite docgen.readwrite` |
