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
Copy file name to clipboardExpand all lines: content/manuals/ai/mcp-catalog-and-toolkit/hub-mcp.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,6 @@ The Docker Hub MCP Server is a Model Context Protocol (MCP) server that interfac
29
29
> which means Gordon can automatically interact with your MCP servers.
30
30
31
31
## Using other clients
32
-
33
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).
34
33
35
34
## Use Claude Desktop as a client
@@ -70,6 +69,7 @@ If want to integrate the Docker Hub MCP Server into your own development environ
70
69
}
71
70
}
72
71
```
72
+
73
73
1. Save the configuration file and completely restart Claude Desktop for the changes to take effect.
74
74
75
75
## Usage with VS Code
@@ -78,6 +78,7 @@ If want to integrate the Docker Hub MCP Server into your own development environ
78
78
79
79
### For public repositories only
80
80
81
+
81
82
-`/FULL/PATH/TO/YOUR/docker-hub-mcp-server` - The complete path to where you cloned this repository
82
83
```json
83
84
{
@@ -111,6 +112,7 @@ If want to integrate the Docker Hub MCP Server into your own development environ
111
112
}
112
113
}
113
114
```
115
+
114
116
1. Open the `Command Palette` and type `MCP: List Servers`.
115
117
1. Select `docker-hub` and select `Start Server`.
116
118
@@ -119,9 +121,9 @@ If want to integrate the Docker Hub MCP Server into your own development environ
119
121
This section provides task-oriented examples for common operations with Docker Hub
120
122
tools.
121
123
122
-
123
124
### Finding images
124
125
126
+
125
127
```console
126
128
# Search for official images
127
129
$ docker ai "Search for official nginx images on Docker Hub"
@@ -163,6 +165,7 @@ $ docker ai "Show me information about my '<repository-name>' repository"
0 commit comments