MCP server intelligence profile

docker-compose-mcp Server

Enables Claude to manage Docker Compose containers by updating, running commands, and viewing status/logs

Local OnlyKrelborn
Awaiting current scanSource Git · a6163abc85617ceab3d4f6ac8de0d6bf5b1a0886

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

1Distribution channel
2Independently 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.

No verified installation or connection method is available in the retained evidence yet.

Identity

Canonical slugdocker-compose-mcp-385d4da5DeploymentLocal Only
Canonical packageRepositoryKrelborn/docker-compose-mcp
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
source_gitkrelborn/docker-compose-mcpa6163abc85617ceab3d4f6ac8de0d6bf5b1a08861Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
source_gitkrelborn/docker-compose-mcpa6163abc85617ceab3d4f6ac8de0d6bf5b1a0886CurrentAug 25, 20262 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
docker-compose-mcp-serverServer-reported name
1Capability groups
Aug 25, 2026Observed

Tools 2

ToolCategoryAnnotationsRisk
docker_compose_commandExecute any docker compose command for a specific compose file. This tool allows running arbitrary docker compose commands like: - ps: List containers - logs: View container logs - restart: Restart services - stop/start: Stop or start services - exec: Execute commands in running containers Args: - compose_file (string): Absolute path to the docker-compose.yml file - command (string): Docker compose command to run (everything after 'docker compose -f file.yml') Returns: The stdout and stderr output from the docker compose command Examples: - Use when: "Show me the logs for my docker containers" - Use when: "List running docker compose services" - Use when: "Restart the web service"
Input schema
{
  "type": "object",
  "properties": {
    "compose_file": {
      "type": "string",
      "description": "Absolute path to the docker-compose.yml file"
    },
    "command": {
      "type": "string",
      "description": "Docker compose command to run (e.g., 'ps', 'logs', 'restart')"
    }
  },
  "required": [
    "compose_file",
    "command"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
Annotations
{
  "readOnlyHint": false,
  "destructiveHint": false,
  "idempotentHint": false,
  "openWorldHint": false
}
WritesNon-destructiveNon-idempotentClosed world
docker_compose_updateUpdate Docker Compose containers by stopping them, pulling latest images, and restarting. This tool executes the standard update workflow: 1. Stop running containers (docker compose down) 2. Pull latest images (docker compose pull) 3. Start containers with new images (docker compose up -d) Args: - compose_file (string): Absolute path to the docker-compose.yml file - detached (boolean): Run containers in detached mode (default: true) Returns: A summary of each step's output, including: - Which containers were stopped - Which images were pulled/updated - Which containers are now running - Any errors encountered during the process Examples: - Use when: "Update my chemdraw containers" - Use when: "Pull latest images and restart docker compose" Error Handling: - If 'down' fails, continues to 'pull' (containers may not be running) - If 'pull' fails, does not proceed to 'up' - If 'up' fails, reports error details
Input schema
{
  "type": "object",
  "properties": {
    "compose_file": {
      "type": "string",
      "description": "Absolute path to the docker-compose.yml file"
    },
    "detached": {
      "type": "boolean",
      "default": true,
      "description": "Run containers in detached mode (default: true)"
    }
  },
  "required": [
    "compose_file"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
Annotations
{
  "readOnlyHint": false,
  "destructiveHint": true,
  "idempotentHint": false,
  "openWorldHint": false
}
WritesDestructiveNon-idempotentClosed world

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

docker-compose-mcp Server questions

How do I install docker-compose-mcp Server?

No verified package installation command is available in the retained catalog evidence.

What tools does docker-compose-mcp Server provide?

docker-compose-mcp Server exposed 2 tools during independent protocol observation, including docker_compose_command, docker_compose_update.

Is docker-compose-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.