feat: docker command support (docker mcp-server in stdio) #46

Open
opened 2026-02-15 20:17:39 -05:00 by yindo · 2 comments
Owner

Originally created by @eric2788 on GitHub (Apr 26, 2025).

Check Existing Issues

  • I have searched the existing issues and discussions.

Problem Description

Enable the use of Docker commands within the MCPO Docker container.

Desired Solution you'd like

In the Dockerfile, use the docker:cli image as the base, install Python and Node.js within the Dockerfile, and mount /var/run/docker.sock at runtime.

Alternatives Considered

Perhaps some users are not utilizing a Docker MCP server, so exposing /var/run/docker.sock could become a concern. It may be beneficial to isolate different image tags.

Additional Context

No response

Originally created by @eric2788 on GitHub (Apr 26, 2025). ### Check Existing Issues - [x] I have searched the existing issues and discussions. ### Problem Description Enable the use of Docker commands within the MCPO Docker container. ### Desired Solution you'd like In the Dockerfile, use the `docker:cli` image as the base, install Python and Node.js within the Dockerfile, and mount `/var/run/docker.sock` at runtime. ### Alternatives Considered Perhaps some users are not utilizing a Docker MCP server, so exposing `/var/run/docker.sock` could become a concern. It may be beneficial to isolate different image tags. ### Additional Context _No response_
Author
Owner

@tjbck commented on GitHub (Apr 28, 2025):

PR welcome!

@tjbck commented on GitHub (Apr 28, 2025): PR welcome!
Author
Owner

@andrewthomaslee commented on GitHub (May 16, 2025):

Agreed, would be nice to use https://github.com/minio/mcp-server-aistor.git for example.

@andrewthomaslee commented on GitHub (May 16, 2025): Agreed, would be nice to use https://github.com/minio/mcp-server-aistor.git for example.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/mcpo#46