Docker Container Execution

Docker Container Execution

kenforthewin

Runs a containerized MCP server that executes commands and manages files inside a secure Docker environment. Communicates over HTTP with token authentication instead of requiring local installation.

6323 views2Local (stdio)

What it does

  • Execute shell commands in isolated Docker containers
  • Read, write, and edit files within container workspace
  • Track long-running background processes with unique IDs
  • Send interactive input to running processes
  • Search and manipulate files in containerized environment
  • Manage process timeouts based on output activity

Best for

Isolated development environments without host dependenciesAutomated testing workflows in controlled containersSecure command execution for AI assistantsRemote development setups requiring containerization
No host installation requiredHTTP transport with bearer token authIncludes Playwright and dev tools

Alternatives