Docker MCP Toolkit
Official Docker MCP Toolkit for discovering, configuring, and running containerized MCP servers through Docker Desktop and the Docker MCP gateway.
Ads
Overview
Model Context Protocol (MCP) is an open protocol that standardizes how AI applications access external tools and data sources. By connecting LLMs to local development tools, databases, APIs, and other resources, MCP extends their capabilities beyond their base training. The challenge is that running MCP servers locally creates operational friction. Each server requires separate installation and configuration for every application you use. You run untrusted code directly on your machine, manage updates manually, and troubleshoot dependency conflicts yourself. Configure a GitHub server for Claude, then configure it again for Cursor, and so on. Each time you manage credentials, permissions, and environment setup.
Installation
Installation instructions are not available yet.
Configuration
Configuration example is not available yet.
Capabilities
- Browse the MCP catalog
ask the assistant to list available servers from the Docker MCP Catalog using `list_servers`.
- Inspect a server
request details like version, description, and runtime configuration for a specific server with `get_server`.
- Manage profiles
create, list, or delete named server profiles for different projects via `create_profile`, `list_profiles`, and `delete_profile`.
- Add servers to a profile
attach catalog servers to a profile using `add_server_to_profile` so they're ready for AI clients to use.
- Connect a client
register an AI application like Claude Code or Cursor to a profile through `register_client`.
Tags
- docker
- devops
- development
Related MCP servers
Context7 MCP
OfficialOfficial Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
Chrome DevTools MCP
OfficialOfficial Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.
Mastra/mcp
OfficialClient implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
GitHub MCP Server
OfficialConnect your AI assistant to GitHub repositories, issues, pull requests, and search.