By docker
Connect Claude Code to Docker Desktop's MCP Toolkit for diagnosing MCP gateway setups, monitoring server status and tool availability, and managing containers, images, builds, and deployments via local subprocess gateways.
This repository contains a Claude Code plugin marketplace that provides Docker-related plugins.
claude-plugins/
├── .claude-plugin/
│ └── marketplace.json # Marketplace configuration
└── plugins/
└── docker-mcp-toolkit/ # Docker MCP Toolkit plugin
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
└── .mcp.json # MCP server configuration
Integrates Docker Desktop's MCP Toolkit with Claude Code, enabling access to containerized MCP servers managed by Docker Desktop.
Note: This plugin is designed specifically for Docker Desktop's bundled MCP Toolkit. It is not intended for the standalone open-source MCP Gateway. A separate plugin for the OSS version may be provided in the future.
Features:
Prerequisites:
docker mcp commandAdd this marketplace to Claude Code using one of the following methods:
If your git works with SSH:
/plugin marketplace add docker/claude-plugins
If your git doesn't work with SSH (or prefer HTTPS):
/plugin marketplace add https://github.com/docker/claude-plugins.git
Once the marketplace is added, you can browse available plugins and install the Docker MCP Toolkit plugin:
# Browse all plugins in the docker marketplace
/plugin
# Install the docker-mcp-toolkit plugin
/plugin install docker-mcp-toolkit@docker
If the MCP Gateway server isn't working as expected, the plugin provides two diagnostic slash commands to help identify and resolve issues:
/docker-mcp-toolkit:gateway-status - Quick health check showing enabled servers and available tools/docker-mcp-toolkit:gateway-debug - Comprehensive diagnostics to troubleshoot installation and configuration problemsThese commands will automatically check your Docker MCP Gateway setup and provide actionable recommendations if problems are found.
Once installed, the Docker MCP Gateway will be available as an MCP server in Claude Code. You can verify by:
/docker-mcp-toolkit:gateway-status to see enabled servers and tool countTo test changes locally:
/plugin marketplace update docker
MIT
Runs pre-commands
Contains inline bash commands via ! syntax
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub docker/claude-plugins --plugin mcp-toolkitBeta MCP skills from Docker
Beta MCP skills from Docker
Connect Claude to a private MCP server through an Anthropic MCP tunnel. Drives the Docker Compose quickstart end to end: certificates, proxy config, cloudflared, and a verifiable sample server.
Centralized Claude Code configuration: Docker-first guards, permissions, MCP gateway, and workflow skills
Manage MCP servers - discover, analyze, execute tools/prompts/resources. Use for MCP integrations, capability discovery, tool filtering, programmatic execution, or encountering context bloat, server configuration, tool execution errors.
MCP server management and integration tools
Docker and containerization expert for Dockerfile optimization, multi-stage builds, docker-compose orchestration, container debugging, image size reduction, security scanning, networking, and volume management. Use when working with Docker containers, writing Dockerfiles, or troubleshooting containerization issues.