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

# Gemini Enterprise

> ArletをGemini Enterpriseと接続する方法

<Note>
  カスタムコネクター（MCP）の追加にはGemini
  Enterpriseの登録が必要です。個人向けのGeminiアプリでは利用できません。
</Note>

### 1. コネクター設定を開く

1. [Gemini Enterprise](https://business.gemini.google/)に組織のGoogleアカウントでサインインし、左下の歯車アイコンから設定メニューを開きます

<img src="https://mintcdn.com/nexascienceinc/0cswBeVmfX6Tdpee/images/gemini_enterprise/1.png?fit=max&auto=format&n=0cswBeVmfX6Tdpee&q=85&s=692cce54e862d6bef514001288f48ad6" alt="Gemini Enterpriseのホーム画面" style={{ maxWidth: '70%', display: 'block', margin: '0 auto' }} width="1115" height="877" data-path="images/gemini_enterprise/1.png" />

2. **Connectors**を選択します

<img src="https://mintcdn.com/nexascienceinc/0cswBeVmfX6Tdpee/images/gemini_enterprise/2.png?fit=max&auto=format&n=0cswBeVmfX6Tdpee&q=85&s=663b30df8392874b1225342a038e1f89" alt="設定メニューのConnectors" style={{ maxWidth: '70%', display: 'block', margin: '0 auto' }} width="845" height="519" data-path="images/gemini_enterprise/2.png" />

3. コネクター一覧の右上にある**Add MCP Server**をクリックします

<img src="https://mintcdn.com/nexascienceinc/0cswBeVmfX6Tdpee/images/gemini_enterprise/3.png?fit=max&auto=format&n=0cswBeVmfX6Tdpee&q=85&s=e49409fa3c741755bb032bde42c0e9ef" alt="ConnectorsページのAdd MCP Serverボタン" style={{ maxWidth: '70%', display: 'block', margin: '0 auto' }} width="1121" height="741" data-path="images/gemini_enterprise/3.png" />

### 2. MCPサーバーを追加する

**MCP info**タブに以下を入力し、**Next**をクリックします：

* **Server URL**: `https://mcp.arlet.dev/mcp/`
* **Name**: `Arlet`

<img src="https://mintcdn.com/nexascienceinc/0cswBeVmfX6Tdpee/images/gemini_enterprise/5.png?fit=max&auto=format&n=0cswBeVmfX6Tdpee&q=85&s=f0f0d26a1f584ee3b053221acfe354c1" alt="MCP infoタブの入力例" style={{ maxWidth: '70%', display: 'block', margin: '0 auto' }} width="564" height="334" data-path="images/gemini_enterprise/5.png" />

### 3. OAuthを設定する

**Auth**タブに以下の値をそのまま入力します：

| 項目                 | 値                                             |
| ------------------ | --------------------------------------------- |
| Authorization URL  | `https://api.arlet.dev/oauth/authorize`       |
| Token URL          | `https://api.arlet.dev/oauth/token`           |
| Auth URL Parameter | （空欄のまま）                                       |
| Client ID          | `bZMPRGhKKNpV5GuIZjqLqg`                      |
| Client Secret      | `ZDjS20kr2KlktIeTSWo3TNxy4ETm4BaTDoNsWTfqGAg` |
| Scopes             | `read write`                                  |

<img src="https://mintcdn.com/nexascienceinc/0cswBeVmfX6Tdpee/images/gemini_enterprise/6.png?fit=max&auto=format&n=0cswBeVmfX6Tdpee&q=85&s=10bf74fe88a92f7e58cec1ce22595ce8" alt="Authタブの入力例" style={{ maxWidth: '70%', display: 'block', margin: '0 auto' }} width="569" height="872" data-path="images/gemini_enterprise/6.png" />

入力したら**Add**でコネクターを保存します。

<Note>
  このClient ID / Client
  SecretはGemini Enterprise接続専用の共有クライアントです。アクセス権はこの値ではなく、次のステップで各ユーザーが行うサインインと認可によって発行されます。
</Note>

### 4. Arletに接続する

1. チャット画面のコネクターアイコンを開くと、一覧にArletが表示されます。**Connect**をクリックします

<img src="https://mintcdn.com/nexascienceinc/0cswBeVmfX6Tdpee/images/gemini_enterprise/7.png?fit=max&auto=format&n=0cswBeVmfX6Tdpee&q=85&s=fe918755155f8ac5c796f85de2a49ff8" alt="コネクター一覧のArlet" style={{ maxWidth: '70%', display: 'block', margin: '0 auto' }} width="775" height="675" data-path="images/gemini_enterprise/7.png" />

2. 認可ダイアログが表示されるので、**Continue to Arlet**をクリックします

<img src="https://mintcdn.com/nexascienceinc/0cswBeVmfX6Tdpee/images/gemini_enterprise/8.png?fit=max&auto=format&n=0cswBeVmfX6Tdpee&q=85&s=889303139819803a8ae042cdfb0c5ffe" alt="Arletの認可ダイアログ" style={{ maxWidth: '70%', display: 'block', margin: '0 auto' }} width="572" height="433" data-path="images/gemini_enterprise/8.png" />

3. Arletのサインイン画面が開きます。Googleでサインインし、OAuthフローを完了してください

<img src="https://mintcdn.com/nexascienceinc/0cswBeVmfX6Tdpee/images/gemini_enterprise/9.png?fit=max&auto=format&n=0cswBeVmfX6Tdpee&q=85&s=eb4b6aa9bc7f7951be747393ca171601" alt="Arletのサインイン画面" style={{ maxWidth: '70%', display: 'block', margin: '0 auto' }} width="512" height="676" data-path="images/gemini_enterprise/9.png" />

4. 接続が完了すると、コネクター一覧のArletがトグルで有効化できるようになります

<img src="https://mintcdn.com/nexascienceinc/0cswBeVmfX6Tdpee/images/gemini_enterprise/10.png?fit=max&auto=format&n=0cswBeVmfX6Tdpee&q=85&s=3e40f83237339f72a093e15788efb490" alt="接続完了後のコネクター一覧" style={{ maxWidth: '70%', display: 'block', margin: '0 auto' }} width="775" height="661" data-path="images/gemini_enterprise/10.png" />
