v2.0MCPread-onlyTabby Tavern companion
Virtual Docker Root for AI Agents. Read-only power over the compose stack — without host root. Companion to Tabby Tavern v2.0.0.
Agents get asked “why is Open WebUI broken?” Without docker access they invent commands. With dockroot they:
docker_ps)docker_logs)docker_inspect)docker_stats)docker_networks)Then they answer from evidence. The fixer sees the box.
services:
dockroot:
image: jpanasuk/dockroot-mcp:latest
container_name: dockroot
restart: unless-stopped
networks: [ai-network]
volumes:
- /var/run/docker.sock:/var/run/docker.sock
# ~/.hermes/config.yaml
mcp_servers:
dockroot:
command: python3
args: ["/opt/dockroot/tavern_mcp.py"]
{
"mcpServers": {
"dockroot": { "command": "python3", "args": ["/opt/dockroot/tavern_mcp.py"] }
}
}
Tabby Tavern v2.0.0 already runs MCPO at :8001 with the FastMCP stack tools. Dockroot is the optional “see the Docker daemon” add-on.
Tabby Tavern stack · Sell sheet · Connectivity skill · Source · Docker Hub
Jeremy Panasuk. Read-only docker vision for local AI labs. Hermes Agent by Nous Research under the hood.