diff --git a/content/manuals/ai/mcp-catalog-and-toolkit/hub-mcp.md b/content/manuals/ai/mcp-catalog-and-toolkit/hub-mcp.md index 383047ba0582..380bc4d872ed 100644 --- a/content/manuals/ai/mcp-catalog-and-toolkit/hub-mcp.md +++ b/content/manuals/ai/mcp-catalog-and-toolkit/hub-mcp.md @@ -29,7 +29,6 @@ The Docker Hub MCP Server is a Model Context Protocol (MCP) server that interfac > which means Gordon can automatically interact with your MCP servers. ## Using other clients - 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). ## Use Claude Desktop as a client @@ -70,6 +69,7 @@ If want to integrate the Docker Hub MCP Server into your own development environ } } ``` + 1. Save the configuration file and completely restart Claude Desktop for the changes to take effect. ## Usage with VS Code @@ -78,6 +78,7 @@ If want to integrate the Docker Hub MCP Server into your own development environ ### For public repositories only + - `/FULL/PATH/TO/YOUR/docker-hub-mcp-server` - The complete path to where you cloned this repository ```json { @@ -111,6 +112,7 @@ If want to integrate the Docker Hub MCP Server into your own development environ } } ``` + 1. Open the `Command Palette` and type `MCP: List Servers`. 1. Select `docker-hub` and select `Start Server`. @@ -119,9 +121,9 @@ If want to integrate the Docker Hub MCP Server into your own development environ This section provides task-oriented examples for common operations with Docker Hub tools. - ### Finding images + ```console # Search for official images $ docker ai "Search for official nginx images on Docker Hub" @@ -163,6 +165,7 @@ $ docker ai "Show me information about my '' repository" ### Pull/push images + ```console # Pull latest PostgreSQL version $ docker ai "Pull the latest postgres image"