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
The Docker Hub MCP Server is a Model Context Protocol (MCP) server that interfaces with Docker Hub APIs to make rich image metadata accessible to LLMs, enabling intelligent content discovery and repository management. Developers building with containers, especially in AI and LLM-powered workflows, often face inadequate context across the vast landscape of Docker Hub images. As a result, LLMs struggle to recommend the right images, and developers lose time manually searching instead of building.
9
+
The Docker Hub MCP Server is a Model Context Protocol (MCP) server that
10
+
interfaces with Docker Hub APIs to make rich image metadata accessible to LLMs,
11
+
enabling intelligent content discovery and repository management. Developers
12
+
building with containers, especially in AI and LLM-powered workflows, often face
13
+
inadequate context across the vast landscape of Docker Hub images. As a result,
14
+
LLMs struggle to recommend the right images, and developers lose time manually
15
+
searching instead of building.
8
16
9
17
## Key features
10
18
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.
19
+
- Advanced LLM context: Docker's 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
20
- 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
21
- 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.
14
22
@@ -28,95 +36,116 @@ The Docker Hub MCP Server is a Model Context Protocol (MCP) server that interfac
28
36
> By default, the Gordon [client](/manuals/ai/mcp-catalog-and-toolkit/toolkit.md#install-an-mcp-client) is enabled,
29
37
> which means Gordon can automatically interact with your MCP servers.
30
38
31
-
## Using other clients
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).
34
-
35
39
## Use Claude Desktop as a client
36
40
37
41
1. Add the Docker Hub MCP Server configuration to your `claude_desktop_config.json`:
38
42
39
-
### For public repositories only
40
-
41
-
-`/FULL/PATH/TO/YOUR/docker-hub-mcp-server` - The complete path to where you cloned this repository
1. Save the configuration file and completely restart Claude Desktop for the changes to take effect.
75
87
76
-
## Usage with VS Code
88
+
## Usage with Visual Studio Code
77
89
78
-
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)`.
90
+
1. Add the Docker Hub MCP Server configuration to your User Settings (JSON)
91
+
file in Visual Studio Code. You can do this by opening the `Command Palette` and
92
+
typing `Preferences: Open User Settings (JSON)`.
79
93
80
-
### For public repositories only
81
94
95
+
{{< tabs >}}
96
+
{{< tab name="For public repositories only">}}
82
97
83
-
-`/FULL/PATH/TO/YOUR/docker-hub-mcp-server` - The complete path to where you cloned this repository
0 commit comments