> For the complete documentation index, see [llms.txt](https://doc.cards-microlearning.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.cards-microlearning.com/agents-ia-and-mcp/mistral.md).

# Mistral

### Ajouter le connecteur

Pour utiliser le MCP Cards dans Mistral, rendez-vous sur Le Chat (<https://chat.mistral.ai/chat>), puis utilisez le menu "Intelligence" > "Connecteurs".

<figure><img src="/files/fPTTmABnMC7tPx5ebj7e" alt=""><figcaption><p>Liste des connecteurs Mistral</p></figcaption></figure>

Sur cette page, cliquez sur le bouton "Ajouter un connecteur". Une modal s'ouvre pour ajouter un connecteur. Cliquez sur l'onglet "Connecteur MCP personnalisé".

Vous pouvez alors renseigner les informations du MCP :&#x20;

* Nom : Cards
* Serveur du connecteur : `https://api.cards-microlearning.com/mcp/cards`

<figure><img src="/files/vnXyHfLhVP5RTJWnUb9K" alt=""><figcaption><p>Ajout du connecteur</p></figcaption></figure>

Mistral va alors détecter la méthode d'identification "OAuth 2.1" automatiquement.

Cliquez sur "connexion", et vous serez redirigé vers la page de connexion Cards OAuth :&#x20;

<figure><img src="/files/7s2JRY9boJFHIVvuUPw3" alt=""><figcaption><p>Écran de connexion OAuth</p></figcaption></figure>

Renseignez vos identifiants email et mot de passe, et validez. Un 2ème écran vous affiche vos espaces Cards. Sélectionnez celui pour lequel vous souhaitez activer la connexion :&#x20;

<figure><img src="/files/h4EQhJNCj472NqzSocYv" alt=""><figcaption><p>Sélection de l'espace</p></figcaption></figure>

Une fois que vous avez validé, vous serez redirigé vers Mistral et aurez la confirmation de connexion :&#x20;

<figure><img src="/files/Vk1lrhWau6qdt1bzqqet" alt=""><figcaption><p>MCP Cards connecté dans Mistral</p></figcaption></figure>

Une fois la configuration terminée, le MCP est prêt à être utilisé dans Mistral.

### Utilisation

Quand vous démarrez une nouvelle conversation, vous avez la possibilité de choisir Cards comme outil. Cliquez sur le "+" en bas à gauche, vous pourrez sélectionner Cards comme connecteur :&#x20;

<figure><img src="/files/21UpASMdupE0U7DWey44" alt=""><figcaption><p>Sélection du MCP Cards dans Le Chat</p></figcaption></figure>

Le Chat a maintenant accès à votre espace Cards.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.cards-microlearning.com/agents-ia-and-mcp/mistral.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
