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

# Mistral Le Chat

> The Connect AI Remote MCP Service enables Mistral Le Chat to securely read and take action on your data in real time.

This page outlines the steps to configure Mistral Le Chat to use the Connect AI Remote MCP Service. You can then use natural language to query your data in real time.

## Prerequisites

Before you can configure and use Mistral Le Chat with Connect AI, you must first connect a data source to your Connect AI account. See [Sources](/ja/Sources) for more information.

[Settings](/ja/Settings#personal-access-tokens) ページでPersonal Access Token（PAT）を生成します。PAT をコピーし、認証時にパスワードとして使用します。

## Configure the Connect AI MCP Server

<Steps>
  <Step>
    Log in to Mistral Le Chat.
  </Step>

  <Step>
    In the navigation menu, select **Intelligence**, and then select **Connectors**. Click **+Add Connector**.

    <Frame>
      <img src="https://mintcdn.com/cdata/YITfVTwoqsOOaiRq/ja/images/mistral_client_connectors.png?fit=max&auto=format&n=YITfVTwoqsOOaiRq&q=85&s=55fdf4b537f514b45003a1aa11e0de92" alt="Mistral Connectors" width="1009" height="678" data-path="ja/images/mistral_client_connectors.png" />
    </Frame>
  </Step>

  <Step>
    In the dialog, select **Custom MCP Connector** and enter the following details:

    * **Connector Name**–enter a name for the connector, such as *CData\_Remote\_MCP*.
    * **Connector Server**–enter the URL for the MCP server: *[https://mcp.cloud.cdata.com/mcp](https://mcp.cloud.cdata.com/mcp)*.
    * **Description**–enter a description for the connector.
    * **Authentication Method**–select **API Token Authentication**.
    * **Header name**–enter *Authorization*.
    * **Header type**–select **Basic**.
    * **Header value**-enter *EmailAddress:PAT*, replacing *Email* with your Connect AI username and *PAT* with the PAT obtained in the prerequisites.

    <Frame>
      <img src="https://mintcdn.com/cdata/YITfVTwoqsOOaiRq/ja/images/mistral_client_mcp.png?fit=max&auto=format&n=YITfVTwoqsOOaiRq&q=85&s=10e68fc8c99ba17251839ad1d3027b98" alt="Mistral MCP" width="623" height="824" data-path="ja/images/mistral_client_mcp.png" />
    </Frame>
  </Step>

  <Step>
    Click **Create** to create the new connector.
  </Step>

  <Step>
    Scroll down to the bottom of **My Connectors** to view the connector you created. This step ensures that Mistral Le Chat can securely route queries through the CData Remote MCP Server to your data.

    <Frame>
      <img src="https://mintcdn.com/cdata/YITfVTwoqsOOaiRq/ja/images/mistral_client_newconnector.png?fit=max&auto=format&n=YITfVTwoqsOOaiRq&q=85&s=080926c2072f144922c6d7fb91432ff2" alt="Mistral New Connector" width="1014" height="708" data-path="ja/images/mistral_client_newconnector.png" />
    </Frame>
  </Step>

  <Step>
    In **Chat**, click the enable tools icon and ensure that your new connector is selected.

    <Frame>
      <img src="https://mintcdn.com/cdata/YITfVTwoqsOOaiRq/ja/images/mistral_client_tools.png?fit=max&auto=format&n=YITfVTwoqsOOaiRq&q=85&s=594820e48ccd52419ba4c9d6a35f78a2" alt="Mistral Tools" width="971" height="497" data-path="ja/images/mistral_client_tools.png" />
    </Frame>
  </Step>

  <Step>
    You can run a discovery query such as *Get catalogs* or *Get tables* to see the available data sources and schemas connected through Connect AI.

    <Frame>
      <img src="https://mintcdn.com/cdata/YITfVTwoqsOOaiRq/ja/images/mistral_client_catalogs.png?fit=max&auto=format&n=YITfVTwoqsOOaiRq&q=85&s=9429a5fb1bf8ffdfe51945eb8c189bd2" alt="Mistral Catalogs" width="1016" height="465" data-path="ja/images/mistral_client_catalogs.png" />
    </Frame>
  </Step>

  <Step>
    You can now begin using natural language to query your data. Ask a question like "Compare the win rate of opportunities across different industries."

    <Frame>
      <img src="https://mintcdn.com/cdata/YITfVTwoqsOOaiRq/ja/images/mistral_client_prompt.png?fit=max&auto=format&n=YITfVTwoqsOOaiRq&q=85&s=84edc83c529298ab697a95c22d96434d" alt="Mistral Prompt" width="1010" height="703" data-path="ja/images/mistral_client_prompt.png" />
    </Frame>
  </Step>
</Steps>
