Back to Home
eviltik icon

docker-tui

Verified Safe

by eviltik

Overview

A Terminal User Interface (TUI) for managing Docker containers and exposing container operations via an MCP HTTP server for AI integration.

Installation

Run Command
docker-tui --mcp-server --mcp-port 9876

Environment Variables

  • DOCKER_HOST
  • DOCKER_API_VERSION
  • DOCKER_CERT_PATH
  • DOCKER_TLS_VERIFY

Security Notes

The MCP server exposes full control over Docker containers (start, stop, remove, logs) via an HTTP API. While it defaults to localhost, exposing this port to an untrusted network grants significant power, including forced container removal. The application demonstrates strong internal code safety (goroutine leak prevention, mutexes, panic recovery) but the inherent function of exposing Docker daemon control over a network interface carries high security implications. Users should ensure network isolation or appropriate authentication for the MCP server if it's not strictly local.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassLow
Stars0
Forks0
Last Update2025-11-29

Tags

DockerTUIGoContainer ManagementMCP