MCP server providing Docker Desktop release notes and security information.
claude mcp add mcp-docker-release-information -- docker run -i --rm docker.io/dockersamples/mcp-docker-release-information:0.3.0
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"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-docker-release-information": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/dockersamples/mcp-docker-release-information:0.3.0"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-docker-release-information": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/dockersamples/mcp-docker-release-information:0.3.0"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp-docker-release-information": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/dockersamples/mcp-docker-release-information:0.3.0"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp-docker-release-information": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/dockersamples/mcp-docker-release-information:0.3.0"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.dockersamples--mcp-docker-release-information/reviews or the review_server meta-tool.
POST /mcp