Skip to main content
Glama
Krelborn
by Krelborn

Related Servers

Alternatives to docker-compose-mcp

No user-submitted related servers found.

    Related Servers

    • F
      license
      Not graded
      quality
      D
      maintenance
      Enables Docker container management directly through Claude using the Model Context Protocol. Provides 14 tools for managing containers, images, volumes, and Docker Compose deployments through natural language commands.
      -
    • F
      license
      Not graded
      quality
      B
      maintenance
      Enables Claude to inspect and manage Docker containers locally, including listing containers, fetching status and logs, and checking system health. It also supports safely restarting whitelisted containers through a two-step confirmation flow with an audit trail.
      -
    • A
      license
      A
      quality
      F
      maintenance
      Allows Claude and other AI assistants to interact with Docker through the MCP protocol, enabling container and image management including listing, running, stopping, and pulling Docker resources.
      6
      75 npm
      4
      MIT

    TDQS

    A4.1/5.0

    Scored across 2 tools

    Disambiguation4/5

    docker_compose_update is a specialized workflow while docker_compose_command is a general executor. They overlap because the update workflow can also be run via the generic command, but the distinction is clear enough for an agent to choose correctly.

    Naming Consistency4/5

    Both tools use snake_case with a consistent docker_compose_ prefix. The only minor inconsistency is that 'update' is a verb while 'command' is a noun, but the pattern is still predictable and readable.

    Tool Count3/5

    Two tools is borderline thin for a server. While the generic command covers many operations, the specialized update tool means each tool earns its place, but more structured tools for common operations could improve usability.

    Completeness5/5

    The generic docker_compose_command can execute any docker compose command, covering the full lifecycle (up, down, logs, ps, exec, etc.). The update tool handles a common workflow, so there are no obvious gaps.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues