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
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Docker Hub MCP Server

## Build

```
npm install
npm run build
```

## Run in inspector

```
npx @modelcontextprotocol/inspector -e HUB_USERNAME=<your-dockerhub-username> -e HUB_PAT_TOKEN=<your-dockerhub-pat-token> node dist/index.js
```

## Gordon instructions

1. Replace environment in the `gordon-mcp.yml` file with your Docker Hub username and a PAT token.

```
Expand All @@ -11,5 +25,6 @@ services:
- HUB_USERNAME=<your-dockerhub-username>
- HUB_PAT_TOKEN=<your-dockerhub-pat-token>
```

2. Run `docker build -t hub .`
3. Run `docker ai`
3. Run `docker ai`
Loading