KosmoKrator

productivity

Docker Hub MCP, CLI, and Lua Integration for AI Agents

Docker Hub integration docs for AI agents: MCP gateway setup, Docker Hub CLI commands, Lua API reference, credentials, and function schemas.

7 functions 6 read 1 write Bearer token auth

Docker Hub for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Machine-Readable Metadata
integration_slug
docker
route_slug
docker
package
docker
auth_strategy
bearer_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Docker Hub MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Docker Hub.

Docker Hub CLI Matrix

Use these pages for direct Docker Hub CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
docker.docker_list_repositories Read read 3 List Docker Hub repositories. Optionally filter by namespace. Supports pagination with page_size and page parameters.
docker.docker_get_repository Read read 2 Get details for a specific Docker Hub repository by namespace and name.
docker.docker_list_tags Read read 4 List tags for a Docker Hub repository. Supports pagination with page_size and page parameters.
docker.docker_get_tag Read read 3 Get details for a specific tag in a Docker Hub repository.
docker.docker_create_repository Write write 5 Create a new Docker Hub repository under a namespace.
docker.docker_list_organizations Read read 2 List Docker Hub organizations the authenticated user belongs to. Supports pagination with page_size and page parameters.
docker.docker_get_current_user Read read 0 Get the profile of the currently authenticated Docker Hub user. Useful for verifying credentials and displaying account information.