Docker Mcp avatar
Docker Mcp

Pricing

Pay per event

Go to Apify Store
Docker Mcp

Docker Mcp

MCP server for Docker Engine. List, start, stop and restart containers. View logs, pull images, manage volumes and networks. Works with Claude, Cursor and any MCP-compatible AI assistant. Connect to local or remote Docker daemon.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Salesmart Srl

Salesmart Srl

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

4 days ago

Last modified

Share

Docker MCP Server

MCP server for Docker Engine integration on Apify. Manage containers, images, volumes, and networks.

Tools

  • list_containers - List containers (running or all)
  • get_container - Get container details
  • start_container - Start a container
  • stop_container - Stop a container
  • restart_container - Restart a container
  • container_logs - Get container logs
  • list_images - List images
  • pull_image - Pull image from registry
  • list_volumes - List volumes
  • list_networks - List networks

Authentication

Set environment variables:

  • DOCKER_HOST - Docker daemon socket/URL (default: unix:///var/run/docker.sock)
  • DOCKER_TLS_VERIFY - Set to 1 to enable TLS
  • DOCKER_CERT_PATH - Path to TLS certificates

Local Development

npm install
npm run build
DOCKER_HOST='unix:///var/run/docker.sock' npm start

Deploy to Apify

apify login
apify push

Then enable "Standby mode" in Apify Console.

Usage

MCP endpoint: https://your-username--docker-mcp.apify.actor/mcp

Note

This server connects to a Docker daemon. For Apify deployment, you'll need to configure a remote Docker host accessible from the internet.