Docker MCP Toolkit

公式

Docker DesktopおよびDocker MCPゲートウェイを通じて、コンテナ化されたMCPサーバーの発見、設定、実行を行うための公式Docker MCPツールキットです。

Docker Toolkit MCPで何ができますか?

  • MCPカタログを参照list_serversを使用して、Docker MCPカタログから利用可能なサーバーをアシスタントに一覧表示させます。
  • サーバーを調査get_serverを使用して、特定のサーバーのバージョン、説明、ランタイム設定などの詳細をリクエストします。
  • プロファイルを管理create_profilelist_profilesdelete_profileを使用して、異なるプロジェクト向けの名前付きサーバープロファイルを作成、一覧表示、または削除します。
  • プロファイルにサーバーを追加add_server_to_profileを使用してカタログサーバーをプロファイルにアタッチし、AIクライアントが使用できるように準備します。
  • クライアントを接続register_clientを通じて、Claude CodeやCursorなどのAIアプリケーションをプロファイルに登録します。

ドキュメント

Docker MCP Catalog and Toolkit

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.

Docker MCP features

The MCP Toolkit and MCP Gateway solve these challenges through centralized management. Instead of configuring each server for every AI application separately, you set things up once and connect all your clients to it. The workflow centers on three concepts: catalogs, profiles, and clients.

Catalogs are curated collections of MCP servers. The Docker MCP Catalog provides 300+ verified servers packaged as container images with versioning, provenance, and security updates. Organizations can create custom catalogs with approved servers for their teams.

Profiles organize servers into named collections for different projects. Your "web-dev" profile might use GitHub and Playwright; your "backend" profile, database tools. Profiles support both containerized servers from catalogs and remote MCP servers. Configure a profile once, then share it across clients or with your team.

Clients are the AI applications that connect to your profiles. Claude Code, Cursor, Zed, and others connect through the MCP Gateway, which routes requests to the right server and handles authentication and lifecycle management.

[!NOTE] MCP Gateway as part of Docker AI Governance is an invite-only feature. Contact Docker Sales to learn more.

Learn more