D
Docker Hub MCP Server
Details
Authentication
Docker account username + Docker personal access token (PAT) discovered
Docker account username compound
Use your existing Docker account username from Docker Home. It is paired with either a personal access token or an account password for some login flows; Docker Hub API auth endpoints require a username in the request body.
In Docker Home Personal access tokens, create a new token. Docker documents PATs in Personal access tokens. Use the PAT anywhere Docker asks for an access token; for Docker Hub API login flows it is sent as the password field together with your Docker username, and for CLI auth you can use it with docker login instead of an account password.