> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/fr/ribbon-menu-bar/tools/more-tools/mcp-server/access-devolutions-documentation-mcp-server.md).

# Accéder au serveur MCP de documentation de Devolutions

Voici les étapes pour configurer le serveur MCP afin de lui donner accès à la documentation de Devolutions pour les agents/LLM les plus courants.

#### ChatGPT

1. Accédez à ***Paramètres de l'espace de travail*** – ***Applications et connecteurs*** – ***Créer***.
2. Entrez un ***Nom*** pour le nouveau connecteur, puis collez `https://mcp.devolutions.net/docs` dans le champ ***MCP Server URL***.

![](https://cdnweb.devolutions.net/docs/INTERFACE4118.png)

#### Claude

1. Accédez à ***Paramètres administrateur*** – ***Connecteurs*** – ***Ajouter un connecteur personnalisé***.
2. Entrez un nom pour le connecteur, puis collez `https://mcp.devolutions.net/docs` dans le second champ.

![](https://cdnweb.devolutions.net/docs/INTERFACE4119.png)

#### Claude Code

Entrez la commande suivante :

```
claude mcp add --transport http "DevolutionsDocs" https://mcp.devolutions.net/docs
```

#### GitHub Copilot

1. Dans la palette de commandes, accédez à ***MCP: Add Server***, puis ***HTTP (HTTP or Server-Sent Events)***.
2. Lorsqu'une URL vous est demandée, collez `https://mcp.devolutions.net/docs` et choisissez un nom pour le serveur MCP. Appuyez sur <kbd>Enter</kbd>.

![](https://cdnweb.devolutions.net/docs/INTERFACE4120.png)


---

# 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://docs.devolutions.net/rdm/fr/ribbon-menu-bar/tools/more-tools/mcp-server/access-devolutions-documentation-mcp-server.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.
