Home Explore Blog CI



docker

content/manuals/ai/mcp-catalog-and-toolkit/catalog.md
ecc5dddc66106618b5fb5e31ca9af6e0cf8964b4827d053b0000000300000865
---
title: Docker MCP Catalog
description: Learn about the benefits of the MCP Catalog, how you can use it, and how you can contribute
keywords: docker hub, mcp, mcp servers, ai agents, calatog, docker
---

The [Docker MCP Catalog](https://hub.docker.com/catalogs/mcp) is a centralized, trusted registry for discovering, sharing, and running MCP-compatible tools. Seamlessly integrated into Docker Hub, it offers verified, versioned, and curated MCP servers packaged as Docker images. The catalog is also available in Docker Desktop.

The catalog solves common MCP server challenges:

- Environment conflicts: Tools often need specific runtimes that may clash with existing setups.
- Lack of isolation: Traditional setups risk exposing the host system.
- Setup complexity: Manual installation and configuration result in slow adoption.
- Inconsistency across platforms: Tools may behave unpredictably on different OSes.

With Docker, each MCP server runs as a self-contained container so it is
portable, isolated, and consistent. You can launch tools instantly using Docker
CLI or Docker Desktop, without worrying about dependencies or compatibility.

## Key features

- Over 100 verified MCP servers in one place
- Publisher verification and versioned releases
- Pull-based distribution using Docker's infrastructure
- Tools provided by partners such as New Relic, Stripe, Grafana, and more

## How it works

Each tool in the MCP Catalog is packaged as a Docker image with metadata:

- Discover tools via Docker Hub under the `mcp/` namespace.
- Connect tools to their preferred agents with simple configuration through the [MCP Toolkit](toolkit.md).
- Pull and run tools using Docker Desktop or the CLI.

Each catalog entry provides:

- Tool description and metadata
- Version history
- Example configuration for agent integration

## Use an MCP server from the catalog

To use an MCP server from the catalog, see [MCP toolkit](toolkit.md).

## Contribute an MCP server to the catalog

To add an MCP server to the Docker MCP catalog, fill out the Docker [MCP submission form](https://www.docker.com/products/mcp-catalog-and-toolkit/#get_updates).

Chunks
c99f8f98 (1st chunk of `content/manuals/ai/mcp-catalog-and-toolkit/catalog.md`)
Title: Docker MCP Catalog: A Centralized Hub for MCP-Compatible Tools
Summary
The Docker MCP Catalog, integrated with Docker Hub and Docker Desktop, offers a centralized, trusted registry for discovering, sharing, and running MCP-compatible tools. It addresses environment conflicts, isolation issues, setup complexity, and cross-platform inconsistency by providing verified, versioned, and curated MCP servers packaged as Docker images. Users can discover, connect, and run tools using Docker Desktop or the CLI.