In-depth architectural comparison of the Mcp Server Docker and Orcadub Mcp Server MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.
At a Glance & Executive Verdict
Mcp Server Docker
Cloud Platforms · Local stdio
Quality: 48/100 (Fair) | Auth: No auth required
Orcadub Mcp Server
Cloud Platforms · Local stdio
Quality: 53/100 (Good) | Auth: No auth required
Verdict Summary: Choose Mcp Server Docker if you need specialized Cloud Platforms tools running via a local process. Choose Orcadub Mcp Server if your workspace requires Cloud Platforms integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.
Which MCP Server Should You Choose?
Choose Mcp Server Docker when:
You need dedicated capabilities in the Cloud Platforms domain.
You prefer local stdio subprocess transport architecture.
Your security boundary fits: No auth required (Free / Open Source).
You have access to required keys: DOCKER_HOST.
Primary tools included: Natural language container composition with plan and apply loop, Container lifecycle management: create, run, start, stop, remove, Image management: list, pull, push, build, remove.
Mcp Server Docker is categorized under Cloud Platforms and uses a local stdio subprocess. In contrast, Orcadub Mcp Server belongs to Cloud Platforms using local stdio subprocess. Select Mcp Server Docker when you need capabilities focused on cloud platforms and Orcadub Mcp Server when you require tools for cloud platforms.
End-to-end probe of gateway → `orca/dub` routing. No job is created, nothing is billed.
dub_upload
Upload a local video file; returns the `file_id` for `dub_create`. Files above 64 MiB are chunked automatically (up to 8 GiB).
dub_create
Submit a dubbing job (**billed**). Source is exactly one of `file_id` or `url` (YouTube and direct links are fetched server-side). Required: `source_lang`, `target_lang` (never `auto`), and `video_name` when using `file_id`. Optional knobs cover content profiles, glossaries, translation style, back…
dub_get
Poll a job: `queued → in_progress → completed \
dub_download
Save a completed job's MP4 to a local path (refuses to overwrite existing files).