mcps

Recipe

DevOps managing containers with Docker MCP

Status, logs, restart, scale — through chat. No more `docker ps | grep | awk` reflexes.

10 minutes intermediate 1 connector for Devs and DevOps who keep forgetting docker syntax and want a status check + restart in one message

What you'll need

Do this, in order

  1. 1

    Connect Docker MCP

    Install Docker MCP — it connects to your local Docker daemon.

    You'll get: Claude confirms it can list running containers and images.

  2. 2

    Check container status

    Show me all running containers and their memory usage.

    You'll get: A small table with container name, image, status, and current memory.

  3. 3

    Debug issues

    The api-service container keeps crashing — show me the last 50 log lines and diagnose the issue.

    You'll get: Recent log excerpt + a one-paragraph diagnosis with the most likely cause and a suggested fix.

  4. 4

    Manage services

    Restart the redis container and verify it comes back up healthy.

    You'll get: Container restart confirmation + a health check (port responding, status running).

You're done when

Container management through natural language — perfect for developers who forget docker syntax between Tuesday and Thursday.

Why this workflow exists

Local Docker setups drift. Something is running, something else isn’t, the logs you need are five containers deep. Docker MCP turns “what’s wrong with my stack” from a series of muscle-memory commands into one chat turn.