You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Docker Hub MCP Server is a Model Context Protocol (MCP) server that
10
12
interfaces with Docker Hub APIs to make rich image metadata accessible to LLMs,
11
13
enabling intelligent content discovery and repository management.
12
14
13
-
For more information about MCP concepts and how MCP servers work, see the [Docker MCP Catalog and Toolkit](index.md) overview page.
15
+
For more information about MCP concepts and how MCP servers work, see the [Docker MCP Catalog and Toolkit](/ai/mcp-catalog-and-toolkit/) overview page.
14
16
15
17
## Key features
16
18
@@ -20,19 +22,20 @@ For more information about MCP concepts and how MCP servers work, see the [Docke
20
22
21
23
## Install Docker Hub MCP server
22
24
23
-
1. From the **MCP Toolkit** menu, select the **Catalog** tab and search for **Docker Hub** and select the plus icon to add the Docker Hub MCP server.
24
-
1. In the server's **Configuration** tab, insert your Docker Hub username and personal access token (PAT).
25
-
1. In the **Clients** tab in MCP Toolkit, ensure Gordon is connected.
26
-
1. From the **Gordon** menu, you can now send requests related to your
27
-
Docker Hub account, in accordance to the tools provided by the Docker Hub MCP server. To test it, ask Gordon:
28
-
29
-
```text
30
-
What repositories are in my namespace?
31
-
```
32
-
33
-
> [!TIP]
34
-
> By default, the Gordon [client](/manuals/ai/mcp-catalog-and-toolkit/toolkit.md#install-an-mcp-client) is enabled,
35
-
> which means Gordon can automatically interact with your MCP servers.
25
+
1. In Docker Desktop, select **MCP Toolkit** and select the **Profiles** tab,
26
+
then select **Create profile** to create a new profile, or select an existing
27
+
profile to use.
28
+
2. Select the **Catalog** tab, search for **Docker Hub**, and select **Add to**
29
+
to add it to your profile.
30
+
3. Select the **Profiles** tab, select the profile you added Docker Hub to, and
31
+
select the configuration icon on the Docker Hub MCP server. Enter your Docker
32
+
Hub username and personal access token (PAT).
33
+
4. Under the **Clients** section of the same profile, if you already have a
34
+
client connected it connects automatically. Otherwise, select the plus icon
35
+
to add a client.
36
+
37
+
For more details on setting up profiles and connecting clients, see
38
+
[Get started with Docker MCP Toolkit](/ai/mcp-catalog-and-toolkit/get-started/).
0 commit comments