11---
2- description : Explore specialized Docker Hub collections like the Generative AI catalog .
2+ description : Explore specialized Docker Hub collections like the generative AI catalogs .
33keywords : Docker Hub, Hub, catalog
44title : Docker Hub catalogs
55linkTitle : Catalogs
@@ -19,48 +19,42 @@ Docker Hub:
1919- Accelerate development: Quickly integrate advanced capabilities into your
2020 applications without the hassle of extensive research or setup.
2121
22- The generative AI catalog is the first catalog in Docker Hub, offering
23- specialized content for AI development.
22+ The following sections provide an overview of the key catalogs available in Docker Hub.
2423
25- ## Generative AI catalog
24+ ## MCP Catalog
2625
27- The [ generative AI catalog] ( https://hub.docker.com/catalogs/gen-ai ) makes it
28- easy to explore and add AI capabilities to your applications. With trusted,
29- ready-to-use content and comprehensive documentation, you can skip the hassle of
30- sorting through countless tools and configurations. Instead, focus your time and
31- energy on creating innovative AI-powered applications.
26+ The [ MCP Catalog] ( https://hub.docker.com/mcp/ ) is a centralized, trusted
27+ registry for discovering, sharing, and running Model Context Protocol
28+ (MCP)-compatible tools. Seamlessly integrated into Docker Hub, the catalog
29+ includes:
3230
33- The generative AI catalog provides a wide range of trusted content, organized
34- into key areas to support diverse AI development needs:
31+ - Over 100 verified MCP servers packaged as Docker images
32+ - Tools from partners such as New Relic, Stripe, and Grafana
33+ - Versioned releases with publisher verification
34+ - Simplified pull-and-run support through Docker Desktop and Docker CLI
3535
36- - Demos: Ready-to-deploy examples showcasing generative AI capabilities. These
37- demos provide a hands-on way to explore AI tools and frameworks, making it
38- easier to understand how they can be integrated into real-world applications.
39- - Model Context Protocol (MCP) servers: MCP servers provide reusable toolsets
40- that can be used across clients, like Claude Desktop.
41- - Models: Pre-trained AI models for tasks like text generation,
42- Natural Language Processing (NLP), and conversational AI. These models
43- provide a foundation for
44- AI applications without requiring developers to train models from scratch.
45- - Applications and end-to-end platforms: Comprehensive platforms and tools that
46- simplify AI application development, including low-code solutions and
47- frameworks for building multi-agent and Retrieval-Augmented Generation (RAG)
48- applications.
49- - Model deployment and serving: Tools and frameworks that enable developers to
50- efficiently deploy and serve AI models in production environments. These
51- resources include pre-configured stacks for GPUs and other specialized
52- hardware, ensuring performance at scale.
53- - Orchestration: Solutions for managing complex AI workflows, such as workflow
54- engines, Large Language Model (LLM) application frameworks, and lifecycle management
55- tools, to help streamline development and operations.
56- - Machine learning frameworks: Popular frameworks like TensorFlow and PyTorch
57- that provide the building blocks for creating, training, and fine-tuning
58- machine learning models.
59- - Databases: Databases optimized for AI workloads, including vector databases
60- for similarity search, time-series databases for analytics, and NoSQL
61- solutions for handling unstructured data.
36+ Each server runs in an isolated container to ensure consistent behavior and
37+ minimize configuration headaches. For developers working with Claude Desktop or
38+ other MCP clients, the catalog provides an easy way to extend functionality with
39+ drop-in tools.
6240
63- > [ !NOTE]
64- >
65- > For publishers, [ contact us] ( https://www.docker.com/partners/programs/ ) to
66- > join the generative AI catalog.
41+ To learn more about MCP servers, see [ MCP Catalog and Toolkit] ( ../../ai/mcp-catalog-and-toolkit/_index.md ) .
42+
43+ ## AI Models Catalog
44+
45+ The [ AI Models Catalog] ( https://hub.docker.com/catalogs/models/ ) provides
46+ curated, trusted models that work with [ Docker Model
47+ Runner] ( ../../ai/model-runner/_index.md ) . This catalog is designed to make AI
48+ development more accessible by offering pre-packaged, ready-to-use models that
49+ you can pull, run, and interact with using familiar Docker tools.
50+
51+ With the AI Models Catalog and Docker Model Runner, you can:
52+
53+ - Pull and serve models from Docker Hub or any OCI-compliant registry
54+ - Interact with models via OpenAI-compatible APIs
55+ - Run and test models locally using Docker Desktop or CLI
56+ - Package and publish models using the ` docker model ` CLI
57+
58+ Whether you're building generative AI applications, integrating LLMs into your
59+ workflows, or experimenting with machine learning tools, the AI Models Catalog
60+ simplifies the model management experience.
0 commit comments