Skip to content

Commit e19aac5

Browse files
Merge pull request #23044 from craig-osterhout/sync-hub-mcp-from-published
fix conflict
2 parents d942a8d + 7112d08 commit e19aac5

File tree

1 file changed

+5
-2
lines changed
  • content/manuals/ai/mcp-catalog-and-toolkit

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ 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-
3332
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).
3433

3534
## Use Claude Desktop as a client
@@ -70,6 +69,7 @@ If want to integrate the Docker Hub MCP Server into your own development environ
7069
}
7170
}
7271
```
72+
7373
1. Save the configuration file and completely restart Claude Desktop for the changes to take effect.
7474

7575
## Usage with VS Code
@@ -78,6 +78,7 @@ If want to integrate the Docker Hub MCP Server into your own development environ
7878

7979
### For public repositories only
8080

81+
8182
- `/FULL/PATH/TO/YOUR/docker-hub-mcp-server` - The complete path to where you cloned this repository
8283
```json
8384
{
@@ -111,6 +112,7 @@ If want to integrate the Docker Hub MCP Server into your own development environ
111112
}
112113
}
113114
```
115+
114116
1. Open the `Command Palette` and type `MCP: List Servers`.
115117
1. Select `docker-hub` and select `Start Server`.
116118

@@ -119,9 +121,9 @@ If want to integrate the Docker Hub MCP Server into your own development environ
119121
This section provides task-oriented examples for common operations with Docker Hub
120122
tools.
121123

122-
123124
### Finding images
124125

126+
125127
```console
126128
# Search for official images
127129
$ docker ai "Search for official nginx images on Docker Hub"
@@ -163,6 +165,7 @@ $ docker ai "Show me information about my '<repository-name>' repository"
163165

164166
### Pull/push images
165167

168+
166169
```console
167170
# Pull latest PostgreSQL version
168171
$ docker ai "Pull the latest postgres image"

0 commit comments

Comments
 (0)