mirror of
https://github.com/open-webui/mcpo.git
synced 2026-07-19 23:14:20 -04:00
feat: docker command support (docker mcp-server in stdio) #46
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @eric2788 on GitHub (Apr 26, 2025).
Check Existing Issues
Problem Description
Enable the use of Docker commands within the MCPO Docker container.
Desired Solution you'd like
In the Dockerfile, use the
docker:cliimage as the base, install Python and Node.js within the Dockerfile, and mount/var/run/docker.sockat runtime.Alternatives Considered
Perhaps some users are not utilizing a Docker MCP server, so exposing
/var/run/docker.sockcould become a concern. It may be beneficial to isolate different image tags.Additional Context
No response
@tjbck commented on GitHub (Apr 28, 2025):
PR welcome!
@andrewthomaslee commented on GitHub (May 16, 2025):
Agreed, would be nice to use https://github.com/minio/mcp-server-aistor.git for example.