← Back to Plugins
MCP Server MCP

Docker MCP Server

github By github 👁 1 views ▲ 0 votes

Manage Docker (containers, images, Compose, Swarm, registries) via the Docker SDK and CLI.

Homepage Verified source GitHub

Install

uvx docker-mcp-server

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "docker-mcp-server",
      "version": "2.1.1",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "oci",
      "identifier": "ghcr.io/gavinlucas/docker-mcp-server:2.1.1",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/GavinLucas/docker-mcp/releases/download/v2.1.1/docker-mcp-server-2.1.1.mcpb",
      "fileSha256": "26d3f6134e602d5edd54a1ad92b5f2618ee7b0e60c1d70c75f98050898854010",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol pypi oci mcpb

Comments

Sign in to leave a comment

Loading comments...