Integrates Docker Desktop's MCP Toolkit with Claude Code, enabling access to containerized MCP servers. Designed specifically for Docker Desktop's bundled MCP Gateway. Requires Docker Desktop 4.28+ with MCP Toolkit feature enabled.
You can install this plugin from any of these themed marketplaces. Choose one, add it as a marketplace, then install the plugin.
This plugin uses advanced features that require additional trust:
Only install plugins from repositories you trust. Review the source code before installation.
Choose your preferred installation method below
A marketplace is a collection of plugins. Every plugin gets an auto-generated marketplace JSON for individual installation, plus inclusion in category and themed collections. Add a marketplace once (step 1), then install any plugin from it (step 2).
One-time setup for access to all plugins
When to use: If you plan to install multiple plugins now or later
Step 1: Add the marketplace (one-time)
/plugin marketplace add https://claudepluginhub.com/marketplaces/all.json
Run this once to access all plugins
Step 2: Install this plugin
/plugin install docker-mcp-toolkit@all
Use this plugin's auto-generated marketplace JSON for individual installation
When to use: If you only want to try this specific plugin
Step 1: Add this plugin's marketplace
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/docker-mcp-toolkit.json
Step 2: Install the plugin
/plugin install docker-mcp-toolkit@docker-mcp-toolkit
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
1.0.0