Docker MCP ServerMCP Server75/100 via “image management (pull, build, list, inspect, remove) with registry and build context support”
Manage Docker containers, images, and volumes via MCP.
Unique: Separates image operations into distinct tools (pull, build, list, inspect, remove) rather than a monolithic image manager, allowing the LLM to compose workflows like 'build image → tag it → run container from it' by chaining tool calls. Build operations accept Dockerfile content directly, enabling dynamic image generation without filesystem access.
vs others: More flexible than Docker Compose for image management because individual tools can be called independently, and more accessible than Docker CLI because Pydantic schemas document all parameters and validation rules that Claude can introspect.