MCP Server
MCP
Docker MCP Server
Manage Docker (containers, images, Compose, Swarm, registries) via the Docker SDK and CLI.
Install
uvx docker-mcp-server
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "docker-mcp-server",
"version": "2.1.1",
"transport": {
"type": "stdio"
}
},
{
"registryType": "oci",
"identifier": "ghcr.io/gavinlucas/docker-mcp-server:2.1.1",
"transport": {
"type": "stdio"
}
},
{
"registryType": "mcpb",
"identifier": "https://github.com/GavinLucas/docker-mcp/releases/download/v2.1.1/docker-mcp-server-2.1.1.mcpb",
"fileSha256": "26d3f6134e602d5edd54a1ad92b5f2618ee7b0e60c1d70c75f98050898854010",
"transport": {
"type": "stdio"
}
}
]
}
mcp
model-context-protocol
pypi
oci
mcpb
By
Comments
Sign in to leave a comment