MCP server for Docker — manage containers, images, volumes, and compose services from your IDE
claude mcp add docker -- npx -y mcp-docker-server
claude_desktop_config.json
{
"mcpServers": {
"docker": {
"command": "npx",
"args": [
"-y",
"mcp-docker-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"docker": {
"command": "npx",
"args": [
"-y",
"mcp-docker-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"docker": {
"command": "npx",
"args": [
"-y",
"mcp-docker-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"docker": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-docker-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"docker": {
"command": "npx",
"args": [
"-y",
"mcp-docker-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.ofershap--docker/reviews or the review_server meta-tool.
POST /mcp