Skip to content

Commit 934e38f

Browse files
committed
fix: linter
1 parent 5a55776 commit 934e38f

File tree

1 file changed

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

1 file changed

+17
-14
lines changed

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

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,14 @@ The Docker Hub MCP Server is a Model Context Protocol (MCP) server that interfac
2929
> which means Gordon can automatically interact with your MCP servers.
3030
3131
## Using other clients
32-
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).
32+
33+
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).
3334

3435
## Use Claude Desktop as a client
3536

3637
1. Add the Docker Hub MCP Server configuration to your `claude_desktop_config.json`:
3738

38-
### For public repositories only:
39+
### For public repositories only
3940

4041
- `/FULL/PATH/TO/YOUR/docker-hub-mcp-server` - The complete path to where you cloned this repository
4142
```json
@@ -48,11 +49,12 @@ If want to integrate the Docker Hub MCP Server into your own development environ
4849
}
4950
}
5051
```
51-
### For authenticated access (recommended):
52+
### For authenticated access
53+
5254
Replace the following values:
5355
- `YOUR_DOCKER_HUB_USERNAME` - Your Docker Hub username
5456
- `YOUR_DOCKER_HUB_PERSONAL_ACCESS_TOKEN` - Your Docker Hub Personal Access Token
55-
- `/FULL/PATH/TO/YOUR/docker-hub-mcp-server` - The complete path to where you cloned this
57+
- `/FULL/PATH/TO/YOUR/docker-hub-mcp-server` - The complete path to where you cloned this
5658

5759
```json
5860
{
@@ -67,12 +69,13 @@ If want to integrate the Docker Hub MCP Server into your own development environ
6769
}
6870
}
6971
```
70-
2. Save the configuration file and completely restart Claude Desktop for the changes to take effect.
72+
1. Save the configuration file and completely restart Claude Desktop for the changes to take effect.
7173

7274
## Usage with VS Code
75+
7376
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)`.
7477

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

7780
- `/FULL/PATH/TO/YOUR/docker-hub-mcp-server` - The complete path to where you cloned this repository
7881
```json
@@ -85,11 +88,12 @@ If want to integrate the Docker Hub MCP Server into your own development environ
8588
}
8689
}
8790
```
88-
### For authenticated access (recommended):
91+
### For authenticated access
92+
8993
Replace the following values:
9094
- `YOUR_DOCKER_HUB_USERNAME` - Your Docker Hub username
9195
- `YOUR_DOCKER_HUB_PERSONAL_ACCESS_TOKEN` - Your Docker Hub Personal Access Token
92-
- `/FULL/PATH/TO/YOUR/docker-hub-mcp-server` - The complete path to where you cloned this
96+
- `/FULL/PATH/TO/YOUR/docker-hub-mcp-server` - The complete path to where you cloned this
9397

9498
```json
9599
{
@@ -105,16 +109,16 @@ If want to integrate the Docker Hub MCP Server into your own development environ
105109
}
106110
}
107111
```
108-
2. Open the `Command Palette` and type `MCP: List Servers`.
109-
3. Select `docker-hub` and select `Start Server`.
112+
1. Open the `Command Palette` and type `MCP: List Servers`.
113+
1. Select `docker-hub` and select `Start Server`.
110114

111115
## Usage examples
112116

113117
This section provides task-oriented examples for common operations with Docker Hub
114118
tools.
115119

116120

117-
### Finding images
121+
### Finding images
118122

119123
```console
120124
# Search for official images
@@ -123,7 +127,7 @@ $ docker ai "Search for official nginx images on Docker Hub"
123127
# Search for lightweight images to reduce deployment size and improve performance
124128
$ docker ai "Search for minimal Node.js images with small footprint"
125129

126-
# Get the most recent tag of a base image
130+
# Get the most recent tag of a base image
127131
$ docker ai "Show me the latest tag details for go"
128132

129133
# Find a production-ready database with enterprise features and reliability
@@ -133,7 +137,6 @@ $ docker ai "Search for production ready database images"
133137
$ docker ai "Help me find the right Ubuntu version for my project"
134138
```
135139

136-
137140
### Repository management
138141

139142
```console
@@ -156,7 +159,7 @@ $ docker ai "Show me my most recently updated repositories"
156159
$ docker ai "Show me information about my '<repository-name>' repository"
157160
```
158161

159-
### Pull/push images
162+
### Pull/push images
160163

161164
```console
162165
# Pull latest PostgreSQL version

0 commit comments

Comments
 (0)