Welcome to the Official Docker MCP (Model Context Protocol) Registry! This repository serves as a curated catalog of MCP servers that can be easily discovered, deployed, and integrated with any MCP Client and compatible with Docker tooling.
Entries in this catalog will be available at:
- MCP catalog
- Docker Desktop's MCP Toolkit
- Docker Hub
mcp
namespace (for MCP servers built by Docker)
The Model Context Protocol (MCP) is an open standard that enables AI assistants to securely connect with external data sources and tools. Read more at MCP Official Documantation.
- Enterprise Security: MCP servers built by Docker include cryptographic signatures, provenance tracking, and Software Bills of Materials (SBOMs) for maximum trust and compliance
- Container Isolation: All MCP servers run in isolated containers, protecting your host system from potential security vulnerabilities
- Curated Quality: All MCP servers undergo review to ensure they meet quality and security standards
- Easy Discovery: Browse and find MCP servers for your specific use cases or share yours to millions of developers using Docker tools
- Docker Integration: Seamless deployment with Docker containers
We welcome contributions to the Official Docker MCP Registry! If you'd like to contribute, you can submit a PR with the metadata information and it will be added to the MCP catalog, to Docker Desktop's MCP Toolkit, and (for MCP servers images built by Docker) in mcp
namespace in Docker Hub.
To add your MCP server to the registry, please review the CONTRIBUTING guide for detailed instructions. We support two types of submissions:
Have Docker build and maintain your server image with enhanced security features. You'll submit the required information via pull request and upon approval Docker will build, sign, and publish your image to mcp/your-server-name on Docker Hub and the catalog entry will be available in the catalog in 24 hours.
Benefits: Your image will include cryptographic signatures, provenance tracking, SBOMs, and automatic security updates
In this option, you'll provide an already built image which will be used directly in the catalog.
Note: Self-built images still benefit from container isolation but won't include the enhanced security features of Docker-built images.
To request modifications or removal of an existing MCP Server please open an issue explaining the reason for the edit/removal.
All MCP servers in this registry must:
- Follow security best practices
- Include comprehensive documentation
- Provide working Docker deployment
- Maintain compatibility with MCP standards
- Include proper error handling and logging
Non-compliant servers will be reviewed and may be removed from the registry.
This project is licensed under the MIT License. See the LICENSE file for details.