Docker Desktop Release Information MCP Server
This project contains a simple MCP server that provides release notes and security information for Docker Desktop releases.
It is used as a sample in blog posts and other training materials.
by dockersamples · JavaScript
MCP server providing Docker Desktop release notes and security information.
Provides Docker Desktop release notes and security information.
This project contains a simple MCP server that provides release notes and security information for Docker Desktop releases.
It is used as a sample in blog posts and other training materials.
claude_desktop_config.json
{
"mcpServers": {
"mcp-docker-release-information": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/dockersamples/mcp-docker-release-information:0.3.0"
]
}
}
}