Skip to content

Commit bc0cf97

Browse files
hub: move hub mcp docs to hub manual
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com> fix links Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
1 parent da82646 commit bc0cf97

3 files changed

Lines changed: 24 additions & 20 deletions

File tree

content/manuals/ai/mcp-catalog-and-toolkit/_index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ grid:
3535
description: Discover and add MCP servers on-demand using natural language
3636
icon: magnifying-glass
3737
link: /ai/mcp-catalog-and-toolkit/dynamic-mcp/
38-
- title: Docker Hub MCP server
39-
description: Use the Docker Hub MCP server to search images and manage repositories
40-
icon: server-stack
41-
link: /ai/mcp-catalog-and-toolkit/hub-mcp/
4238
- title: Security FAQs
4339
description: Common questions about MCP security, credentials, and server verification
4440
icon: shield-check

content/manuals/docker-hub/_index.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ grid:
3232
description: Explore usage limits and how to better utilize Docker Hub.
3333
icon: chart-bar
3434
link: /docker-hub/usage/
35+
- title: MCP server
36+
description: Use the Docker Hub MCP server to access image metadata and manage repositories with AI agents.
37+
icon: server-stack
38+
link: /docker-hub/mcp-server/
3539
- title: Release notes
3640
description: Find out about new features, improvements, and bug fixes.
3741
icon: document-plus
@@ -56,7 +60,8 @@ Key features of Docker Hub:
5660
* Trusted content featuring high-quality, secure images
5761

5862
In addition to the graphical interface, you can interact with Docker Hub using
59-
the [Docker Hub API](../../reference/api/hub/latest.md) or experimental [Docker
60-
Hub CLI tool](https://github.com/docker/hub-tool#readme).
63+
the [Docker Hub API](../../reference/api/hub/latest.md), the experimental [Docker
64+
Hub CLI tool](https://github.com/docker/hub-tool#readme), or the [Docker Hub
65+
MCP server](/docker-hub/mcp-server/) for AI agent integrations.
6166

6267
{{< grid >}}

content/manuals/ai/mcp-catalog-and-toolkit/hub-mcp.md renamed to content/manuals/docker-hub/mcp-server.md

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ linkTitle: Hub MCP server
44
description: The Docker Hub MCP Server makes Docker Hub image metadata accessible to LLMs for content discovery.
55
keywords: Docker Hub MCP Server, Hub MCP server, Hub MCP
66
weight: 60
7+
aliases:
8+
- /ai/mcp-catalog-and-toolkit/hub-mcp/
79
---
810

911
The Docker Hub MCP Server is a Model Context Protocol (MCP) server that
1012
interfaces with Docker Hub APIs to make rich image metadata accessible to LLMs,
1113
enabling intelligent content discovery and repository management.
1214

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.
1416

1517
## Key features
1618

@@ -20,19 +22,20 @@ For more information about MCP concepts and how MCP servers work, see the [Docke
2022

2123
## Install Docker Hub MCP server
2224

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/).
3639

3740
## Use Claude Desktop as a client
3841

0 commit comments

Comments
 (0)