Skip to content

Commit 8ca7102

Browse files
authored
Merge pull request github#40 from lucadruda/feat/dockerhub-mcp
Add Docker Hub MCP server
2 parents 2c8826a + 6e2111e commit 8ca7102

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

servers/dockerhub/server.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: dockerhub
2+
image: mcp/dockerhub
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

Comments
 (0)