Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions content/manuals/ai/mcp-catalog-and-toolkit/hub-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
{
Expand Down Expand Up @@ -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`.

Expand All @@ -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"
Expand Down Expand Up @@ -163,6 +165,7 @@ $ docker ai "Show me information about my '<repository-name>' repository"

### Pull/push images


```console
# Pull latest PostgreSQL version
$ docker ai "Pull the latest postgres image"
Expand Down
Loading