No description
  • Go 97.2%
  • Dockerfile 1.4%
  • Shell 1.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Mimi P 818bf169b3
Merge pull request #3988 from BinoyOza-okta/okta-mcp-server-update
Refresh okta-mcp-server: full tool inventory, GA description.
2026-07-08 09:13:10 -07:00
.github fix: harden auto-merge workflow against expression injection and race condition (#2065) 2026-03-25 10:32:05 -07:00
agents/security-reviewer fix: move .npmrc into Docker build context directory 2026-06-08 11:57:24 -04:00
assets/img chore: improve docs around configuration 2025-06-25 16:59:40 +01:00
cmd Fix astro-docs tools json and add validation (#3341) 2026-05-11 13:48:52 -07:00
docs security: add version pinning for audited server sources 2025-10-17 09:55:35 -06:00
internal chore: if a tools file is provide, use that (#230) 2025-09-11 15:16:00 +01:00
pkg Merge pull request #680 from docker/add-instructions 2025-11-13 10:35:30 -05:00
scripts ci: modify CI validation workflow to run tooling from main 2025-10-30 16:51:37 -06:00
servers Merge pull request #3988 from BinoyOza-okta/okta-mcp-server-update 2026-07-08 09:13:10 -07:00
.gitignore chore: improve docs around configuration 2025-06-25 16:59:40 +01:00
add_mcp_server.md Fix step number in add_mcp_server.md 2025-11-05 13:25:18 -08:00
CODE_OF_CONDUCT.md initial commit 2025-06-17 15:16:18 +01:00
CONTRIBUTING.md Merge pull request #544 from docker/share_test_credentials 2025-11-17 19:07:58 -08:00
go.mod ci: add new security-reviewer agent 2025-10-25 22:18:46 -06:00
go.sum ci: add new security-reviewer agent 2025-10-25 22:18:46 -06:00
LICENSE initial commit 2025-06-17 15:16:18 +01:00
README.md Fix typo 2025-07-09 10:03:22 +02:00
Taskfile.yml Revert "ci: remove agents/sec-rev and disable nightly pin updates" 2025-11-06 15:10:46 -07:00

🐳 Official Docker MCP Registry

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:

🤖 What is MCP?

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 Documentation.

Why Use the Docker MCP Registry?

  • 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

🤝 Contributing to the Docker MCP Registry

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

📦 Option B: Self-Provided Pre-Built Image

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.

✏️ Modifying or Removing Servers

To request modifications or removal of an existing MCP Server please open an issue explaining the reason for the edit/removal.

Compliance and Quality Standards

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.

License

This project is licensed under the MIT License. See the LICENSE file for details.