All apps · 0 apps
docker-mcp
Docker app from louij2's Repository
Overview
Readme
View on GitHubdocker-mcp
Base image for a small family of homelab MCP (Model Context Protocol)
servers — wraps the mcp-server-docker
Python package with supergateway
so a stdio MCP server can be reached over HTTP.
Several other images in this account build FROM local/docker-mcp:latest
(or its published form of this image) and layer their own MCP server on
top: github-mcp,
filesystem-mcp,
tailscale-mcp,
mcp-proxy. Build this one first if
you're rebuilding the family from scratch.
Build
docker build -t docker-mcp:latest .
Run
Actual command/args are supplied at docker run time via a small
stdio-to-HTTP bridge script (not part of this image — it's bind-mounted at
runtime) that keeps one child MCP process alive for the container's
lifetime rather than spawning one per request. See the sibling repos for
each server's specific run command.
Install docker-mcp on Unraid in a few clicks.
Find docker-mcp in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Requirements
Categories
Download Statistics
Related apps
Explore more like this
Explore allDetails
louij2/docker-mcp:latestRuntime arguments
- Network
bridge- Shell
sh- Privileged
- false
- Extra Params
--memory=512m --cpus=0.5
Template configuration
HTTP port supergateway serves the bridged MCP endpoint on.
- Target
- 8095
- Default
- 8095
- Value
- 8095
Read-write bind mount - required.
- Target
- /var/run/docker.sock
- Default
- /var/run/docker.sock
- Value
- /var/run/docker.sock