MCP.so
Sign In
M

Mcp Server Docker

@ofershap

About Mcp Server Docker

No overview available yet

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "docker": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-docker-server"
      ]
    }
  }
}

Tools

10

List Docker containers. Set all=true to include stopped containers.

Get logs from a Docker container.

Start a stopped Docker container.

Stop a running Docker container.

Restart a Docker container.

Remove a Docker container. Use force=true to remove running containers.

Execute a command inside a running Docker container.

Get CPU, memory, and network stats for a running Docker container.

List Docker images on the host.

Remove a Docker image. Use force=true to force removal.

Comments

More Cloud & Infrastructure MCP servers