← Index

io.github.ofershap/docker

io.github.ofershap/docker·v1.0.1·Docker & Containers
Quality Score
83
/100

MCP server for Docker — manage containers, images, volumes, and compose services from your IDE

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "docker": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-docker-server"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "docker": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-docker-server"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mcp-docker-server
§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Docker & Containers