Skip to content

Commit f57ddc4

Browse files
authored
Apply suggestions from code review
Style guide and formatting issues
1 parent ea7c1ab commit f57ddc4

File tree

1 file changed

+14
-17
lines changed
  • content/manuals/ai/mcp-catalog-and-toolkit

1 file changed

+14
-17
lines changed

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

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Hub MCP Server
2+
title: Docker Hub MCP server
33
description: Use the MCP Toolkit to set up MCP servers and MCP clients.
44
keywords: Docker Hub MCP Server, Hub MCP server, Hub MCP
55
---
@@ -8,15 +8,15 @@ The Docker Hub MCP Server is a Model Context Protocol (MCP) server that interfac
88

99
## Key features
1010

11-
- Advanced LLM Context: Our MCP Server provides LLMs with detailed, structured context for Docker Hub images, enabling smarter, more relevant recommendations for developers, whether they're choosing a base image or automating CI/CD workflows.
12-
- Natural Language Image Discovery: Developers can find the right container image using natural language, no need to remember tags or repository names. Just describe what you need, and Docker Hub will return images that match your intent.
13-
- Simplified Repository Management: Hub MCP Server enables agents to manage repositories through natural language fetching image details, viewing stats, searching content, and performing key operations quickly and easily.
11+
- Advanced LLM context: Our MCP Server provides LLMs with detailed, structured context for Docker Hub images, enabling smarter, more relevant recommendations for developers, whether they're choosing a base image or automating CI/CD workflows.
12+
- Natural language image discovery: Developers can find the right container image using natural language, no need to remember tags or repository names. Just describe what you need, and Docker Hub will return images that match your intent.
13+
- Simplified repository management: Hub MCP Server enables agents to manage repositories through natural language fetching image details, viewing stats, searching content, and performing key operations quickly and easily.
1414

1515
## Install Docker Hub MCP server
1616

1717
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.
18-
2. In the server's Configuration tab, insert your Docker Hub username and personal access token (PAT).
19-
3. In the Clients tab in MCP Toolkit, ensure Gordon is connected.
18+
2. In the server's **Configuration** tab, insert your Docker Hub username and personal access token (PAT).
19+
3. In the **Clients** tab in MCP Toolkit, ensure Gordon is connected.
2020
4. From the **Ask Gordon** menu, you can now send requests related to your
2121
Docker Hub account, in accordance to the tools provided by the Docker Hub MCP server. To test it, ask Gordon:
2222

@@ -31,14 +31,11 @@ The Docker Hub MCP Server is a Model Context Protocol (MCP) server that interfac
3131
## Using other clients
3232
If want to integrate the Docker Hub MCP Server into your own development environment, you can find the source code and installation instructions on our [GitHub repository](https://github.com/docker/hub-mcp).
3333

34-
## Using other clients
35-
If want to integrate the Docker Hub MCP Server into your own development environment, you can find the source code and installation instructions on our [GitHub repository](https://github.com/docker/hub-mcp).
36-
3734
## Use Claude Desktop as a client
3835

3936
1. Add the Docker Hub MCP Server configuration to your `claude_desktop_config.json`:
4037

41-
#### For public repositories only:
38+
### For public repositories only:
4239

4340
- `/FULL/PATH/TO/YOUR/docker-hub-mcp-server` - The complete path to where you cloned this repository
4441
```json
@@ -51,7 +48,7 @@ If want to integrate the Docker Hub MCP Server into your own development environ
5148
}
5249
}
5350
```
54-
#### For authenticated access (recommended):
51+
### For authenticated access (recommended):
5552
Replace the following values:
5653
- `YOUR_DOCKER_HUB_USERNAME` - Your Docker Hub username
5754
- `YOUR_DOCKER_HUB_PERSONAL_ACCESS_TOKEN` - Your Docker Hub Personal Access Token
@@ -75,7 +72,7 @@ If want to integrate the Docker Hub MCP Server into your own development environ
7572
## Usage with VS Code
7673
1. Add the Docker Hub MCP Server configuration to your User Settings (JSON) file in VS Code. You can do this by opening the `Command Palette` and typing `Preferences: Open User Settings (JSON)`.
7774

78-
#### For public repositories only:
75+
### For public repositories only:
7976

8077
- `/FULL/PATH/TO/YOUR/docker-hub-mcp-server` - The complete path to where you cloned this repository
8178
```json
@@ -88,7 +85,7 @@ If want to integrate the Docker Hub MCP Server into your own development environ
8885
}
8986
}
9087
```
91-
#### For authenticated access (recommended):
88+
### For authenticated access (recommended):
9289
Replace the following values:
9390
- `YOUR_DOCKER_HUB_USERNAME` - Your Docker Hub username
9491
- `YOUR_DOCKER_HUB_PERSONAL_ACCESS_TOKEN` - Your Docker Hub Personal Access Token
@@ -137,7 +134,7 @@ $ docker ai "Help me find the right Ubuntu version for my project"
137134
```
138135

139136

140-
### Repository Management
137+
### Repository management
141138

142139
```console
143140
# Create a repository
@@ -159,7 +156,7 @@ $ docker ai "Show me my most recently updated repositories"
159156
$ docker ai "Show me information about my '<repository-name>' repository"
160157
```
161158

162-
### Pull/Push Images
159+
### Pull/push images
163160

164161
```console
165162
# Pull latest PostgreSQL version
@@ -169,7 +166,7 @@ $ docker ai "Pull the latest postgres image"
169166
$ docker ai "Push my <image-name> to my <repository-name> repository"
170167
```
171168

172-
### Tag Management
169+
### Tag management
173170

174171
```console
175172
# List all tags for a repository
@@ -206,7 +203,7 @@ $ docker ai "Can you help me update my Dockerfile to use a docker hardened image
206203
This section provides a comprehensive listing of the tools you can find
207204
in the Docker Hub MCP Server.
208205

209-
### Docker Hub MCP Server tools
206+
### Docker Hub MCP server tools
210207

211208
Tools to interact with your Docker repositories and discover content on Docker Hub.
212209

0 commit comments

Comments
 (0)