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_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Docker Hub CLIHeadless setup and direct function calls. Docker Hub MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Docker Hub MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Docker Hub.
Claude Code Docker Hub MCP setup for Claude Code. Cursor Docker Hub MCP setup for Cursor. Codex Docker Hub MCP setup for Codex. OpenAI Agents Docker Hub MCP setup for OpenAI Agents SDK. Claude Agent SDK Docker Hub MCP setup for Claude Agent SDK. Vercel AI SDK Docker Hub MCP setup for Vercel AI SDK. LangChain Docker Hub MCP setup for LangChain. LangGraph Docker Hub MCP setup for LangGraph. CrewAI Docker Hub MCP setup for CrewAI. MCP clients Docker Hub MCP setup for Generic MCP Clients.
Docker Hub CLI Matrix
Use these pages for direct Docker Hub CLI workflows in scripts, CI, cron, and agent wrappers.
CI Docker Hub CLI for CI. Cron Jobs Docker Hub CLI for cron jobs. Shell Scripts Docker Hub CLI for shell scripts. Headless Automation Docker Hub CLI for headless automation. Coding Agents Docker Hub CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
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. |