Search for Docker images and retrieve their READMEs and metadata from Docker Hub.
An MCP (Model Context Protocol) server that enables AI assistants to fetch comprehensive information about Docker images from Docker Hub, including README content, image metadata, and search functionality.
Add this server to your MCP client configuration:
{
"mcpServers": {
"docker-hub-readme": {
"command": "npx",
"args": ["docker-hub-readme-mcp-server"],
"env": {
"GITHUB_TOKEN": "your_github_token_here"
}
}
}
}
Note: The
GITHUB_TOKEN
is optional but recommended for higher API rate limits when fetching README content from GitHub.
Retrieves comprehensive README content and usage examples for Docker images.
Parameters:
{
"package_name": "nginx",
"version": "latest",
"include_examples": true
}
package_name
(string, required): Docker image name (e.g., "nginx", "postgres", "microsoft/dotnet")version
(string, optional): Specific image tag or "latest" (default: "latest")include_examples
(boolean, optional): Include usage examples and Docker commands (default: true)Returns: Formatted README content with Docker run commands, usage examples, and configuration documentation.
Fetches detailed image metadata, tags, and statistics from Docker Hub.
Parameters:
{
"package_name": "postgres",
"include_dependencies": true,
"include_tags": true
}
package_name
(string, required): Docker image nameinclude_dependencies
(boolean, optional): Include base image information (default: true)include_tags
(boolean, optional): Include available tags (default: true)Returns: Image metadata including available tags, maintainer info, download stats, and platform support.
Searches Docker Hub for images with filtering capabilities.
Parameters:
{
"query": "web server",
"limit": 20,
"official_only": false
}
query
(string, required): Search terms (image name, description, keywords)limit
(number, optional): Maximum number of results to return (default: 20, max: 100)official_only
(boolean, optional): Filter to official images only (default: false)Returns: List of matching images with names, descriptions, star counts, and pull statistics.
The server handles common error scenarios gracefully:
MIT
An MCP server for generating images using the Pollinations AI API.
Execute terminal commands for malware analysis. Requires Node.js 18 or higher.
Bootstrap Model Context Protocol (MCP) servers and clients in TypeScript with best practices, examples, and proper tooling setup.
Search and access Laravel documentation from version 6.x onwards, with automatic daily updates.
ComputerVision-based 🪄 sorcery of image recognition and editing tools for AI assistants.
A FastAPI application demonstrating MCP integration for mathematical operations and tool registration.
Manage DDEV projects, enabling LLM applications to interact with local development environments through the MCP protocol.
An MCP server for the gget bioinformatics library, enabling standardized access to genomics tools and databases.
Retrieves essential network information from devices using gNMI and OpenConfig models.
A flexible MCP server that executes arbitrary command-line tools defined in a configuration file.