MCP server intelligence profile

mcp-docker-tools MCP Server

Provides Docker management tools for AI agents, including inspecting containers, images, Dockerfiles, and Compose configurations

Local Onlyrog0x
Awaiting current scanNpm · 1.0.1

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
5Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install @rog0x/mcp-docker-tools from npm

Version 1.0.1 declares 1 executable entrypoint.

npm install --save-exact @rog0x/mcp-docker-tools@1.0.1
npx -y -p @rog0x/mcp-docker-tools@1.0.1 @rog0x/mcp-docker-tools
MCP client configuration example
{
  "mcpServers": {
    "@rog0x/mcp-docker-tools": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "@rog0x/mcp-docker-tools@1.0.1",
        "@rog0x/mcp-docker-tools"
      ]
    }
  }
}

Identity

Canonical slugmcp-docker-tools-c77f3b71DeploymentLocal Only
Canonical packagenpm:@rog0x/mcp-docker-toolsRepositoryrog0x/mcp-docker-tools
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
npm@rog0x/mcp-docker-tools1.0.11Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npm@rog0x/mcp-docker-tools1.0.1CurrentSep 5, 20265 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2025-06-18Negotiated protocol
mcp-docker-toolsServer-reported name
1Capability groups
Aug 22, 2026Observed

Tools 5

ToolCategoryAnnotationsRisk
docker_compose_analyzeAnalyze docker-compose.yml: list services, ports, volumes, networks, health checks, dependencies. Suggest improvements.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "content": {
      "type": "string",
      "description": "The full content of the docker-compose.yml to analyze."
    }
  },
  "required": [
    "content"
  ]
}
docker_container_listList Docker containers with status, ports, image, created time, and resource usage. Can show only running containers or all containers including stopped ones.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "all": {
      "default": false,
      "description": "If true, show all containers including stopped ones. Defaults to false (running only).",
      "type": "boolean"
    },
    "format": {
      "default": "json",
      "description": "Output format: 'table' for readable text, 'json' for structured data. Defaults to 'json'.",
      "type": "string",
      "enum": [
        "table",
        "json"
      ]
    }
  }
}
docker_container_logsGet logs from a Docker container. Supports retrieving the last N lines, filtering by keyword, and including timestamps.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "container": {
      "type": "string",
      "description": "Container name or ID to get logs from."
    },
    "tail": {
      "default": 100,
      "description": "Number of lines to retrieve from the end of logs. Defaults to 100.",
      "type": "number"
    },
    "since": {
      "description": "Show logs since a timestamp (e.g., '2024-01-01T00:00:00') or relative duration (e.g., '1h', '30m').",
      "type": "string"
    },
    "until": {
      "description": "Show logs until a timestamp or relative duration.",
      "type": "string"
    },
    "filter": {
      "description": "Filter log lines to only include those containing this keyword (case-insensitive).",
      "type": "string"
    },
    "timestamps": {
      "default": true,
      "description": "Include timestamps in log output. Defaults to true.",
      "type": "boolean"
    }
  },
  "required": [
    "container"
  ]
}
docker_dockerfile_analyzeAnalyze a Dockerfile for best practices including multi-stage builds, non-root user, .dockerignore usage, layer caching order, image size optimization, and security.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "content": {
      "type": "string",
      "description": "The full content of the Dockerfile to analyze."
    },
    "checkDockerignore": {
      "default": true,
      "description": "If true, also checks for common .dockerignore recommendations. Defaults to true.",
      "type": "boolean"
    }
  },
  "required": [
    "content"
  ]
}
docker_image_listList Docker images with size, tags, created date, and layer count. Optionally filter by repository name.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "filter": {
      "description": "Filter images by repository name (partial match). Leave empty to list all.",
      "type": "string"
    },
    "showDangling": {
      "default": false,
      "description": "Include dangling (untagged) images. Defaults to false.",
      "type": "boolean"
    },
    "format": {
      "default": "json",
      "description": "Output format: 'table' or 'json'. Defaults to 'json'.",
      "type": "string",
      "enum": [
        "table",
        "json"
      ]
    }
  }
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

mcp-docker-tools MCP Server questions

How do I install mcp-docker-tools MCP Server?

Install the selected package version with: npm install --save-exact @rog0x/mcp-docker-tools@1.0.1

What tools does mcp-docker-tools MCP Server provide?

mcp-docker-tools MCP Server exposed 5 tools during independent protocol observation, including docker_compose_analyze, docker_container_list, docker_container_logs, docker_dockerfile_analyze, docker_image_list.

Is mcp-docker-tools MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Company and product intelligence

These internal links are derived from strong identity fields such as the implementation name, package, repository, vendor, and listing name—not generic description prose.

Associated company landscape

Docker intelligence →

Association is based on retained identity fields; it does not by itself prove first-party publication.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.