ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Docker Hub with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage Docker images on Docker Hub. list repositories, browse tags, create repos and search for community images from any AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete Docker Hub capability set.

These are the exact actions your AI can choose when you ask it to work with Docker Hub.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Docker Hub.

  1. 01

    Get repository

    Provide the namespace (username/org) and repository name. Get details for a specific Docker Hub repository

  2. 02

    List organizations

    Each organization includes its name, full name, type and creation date. List organizations the user belongs to

  3. 03

    List repositories

    Each repository shows its name, namespace, description, star count, pull count, visibility (public/private) and last updated date. Optionally set pagination parameters. List Docker Hub repositories (images)

  4. 04

    List tags

    Each tag shows the tag name, image size, last pushed date and digest. Useful for discovering available image versions. List tags for a Docker Hub repository

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Docker Hub.

  1. 05

    Update repository

    Provide the namespace, repository name and a JSON object with fields to update (e.g. {"description": "New description", "is_private": true}). Only provided fields will be modified. Update a Docker Hub repository

  2. 06

    Create repository

    Requires the namespace (your username or org) and repository name. Optionally set a description and visibility (public/private). Returns the created repository. Create a new Docker Hub repository

  3. 07

    Get tag

    Provide the namespace, repository name and tag name (e.g. "latest", "v1.2.3"). Get details for a specific image tag

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Docker Hub.

  1. 08

    Get user

    Returns username, email, full name, location, company and account type. Use this to verify your access token is working correctly. Get the authenticated Docker Hub user info

  2. 09

    Search repositories

    Returns matching repos with their namespace, name, star count, pull count and description. Useful for discovering community images. Search for Docker Hub repositories

  3. 10

    Delete repository

    Provide the namespace and repository name. WARNING: this action is irreversible. Delete a Docker Hub repository

Observed, not estimated

881ms average. Fast in production.

Docker Hub is checked daily against the live service.

Daily averagePeak 1066ms
Aug 20Today
Fastest day
765ms
Slowest day
1066ms
14-day trend
Slowing+11%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Docker Hub, so you can see the experience inside your AI.

It does not authenticate your account with Docker Hub. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Docker Hub Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_ffdmDWTXZHfe3wwCZhc1wGAayNfR7ufnlBz3HHzP/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Docker Hub capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "docker-hub-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_ffdmDWTXZHfe3wwCZhc1wGAayNfR7ufnlBz3HHzP/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Docker Hub owners ask.

  • 01

    How do I get a Docker Hub access token?

    Log in to hub.docker.com, go to Settings > Security, click New Access Token, give it a name and copy the token immediately. it starts with dckr_pat_ and won't be shown again.

  • 02

    Can I create private repositories?

    Yes! Use create_repository with is_private set to "true". Note that free Docker Hub accounts have a limited number of private repositories. Check your account plan for private repo limits.

  • 03

    Can I search for public Docker images?

    Yes! Use search_repositories with a query like "nginx", "python" or "node". Results include the namespace, name, star count, pull count and description for each matching image. This is useful for discovering community images before pulling them.

  • 04

    Can I see all tags for an image?

    Yes! Use list_tags with the namespace and repository name. Returns all available tags with their image sizes, last pushed dates and digests. Useful for finding the correct version to pull.