We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c8826a commit 5d1aeb4Copy full SHA for 5d1aeb4
servers/dockerhub/server.yaml
@@ -0,0 +1,29 @@
1
+name: dockerhub
2
+image: registrymcp/dockerhub-mcp
3
+type: server
4
+meta:
5
+ category: devops
6
+ tags:
7
+ - docker
8
+ - dockerhub
9
+about:
10
+ title: Docker Hub
11
+ description: Docker Hub official MCP server
12
+ icon: https://avatars.githubusercontent.com/u/5429470?s=200&v=4
13
+source:
14
+ project: https://github.com/docker/hub-mcp
15
+run:
16
+ command:
17
+ - --transport=stdio
18
+ - --username={{dockerhub.username}}
19
+config:
20
+ description: Configure connection to Docker Hub
21
+ secrets:
22
+ - name: pat_token
23
+ env: HUB_PAT_TOKEN
24
+ example: your_hub_pat_token
25
+ parameters:
26
+ type: object
27
+ properties:
28
+ username:
29
+ type: string
0 commit comments