DockaShell is an MCP server that gives every AI Agent its own isolated Docker container — complete with file access, shell execution, and full action traceability.
Server Config
{
"mcpServers": {
"dockashell": {
"command": "dockashell",
"args": [
"serve"
]
}
}
}