Skip to main content
Glama
354,407 tools. Last updated 2026-07-31 22:39

"Jetpack Compose" matching MCP tools:

Matching MCP Servers

Matching MCP Connectors

  • Security audit for docker-compose.yml — 25 checks: secrets, privileges, network, volumes, images.

  • Composes + runs multi-step external-data workflows for one quoted USDC price (x402).

  • List containers in a specific Docker Compose project, displaying their state, health, and published ports. Works even when the CLI returns a non-zero exit, with error details in raw.stderr.
    MIT
  • Stop services in a Docker Compose project without removing containers, networks, or volumes. Restart the same services later when needed.
    MIT
  • Run a one-off command against a Docker Compose service by starting a new container, supporting detached execution and automatic cleanup.
    MIT
  • Resolve the host binding for a Docker Compose service's private port, returning the published host address and port.
    MIT
  • Display running processes of Docker Compose containers as a ps-style table per service. Restrict by service, specify compose files, or set project directory and name.
    MIT
  • Resume all or selected services in a Docker Compose project from a paused state, continuing processes without restarting them.
    MIT
  • Start a Docker Compose project in detached mode, with options to build images, select profiles/services, and wait for healthy status before returning.
    MIT
  • Renders the resolved Docker Compose configuration after file merges, profile activation, and variable substitution, allowing validation of compose files and preview of the exact CLI configuration before compose_up.
    MIT
  • Start existing stopped containers of a Docker Compose project without recreating them. Optionally target specific services or use custom compose files and project names.
    MIT
  • List images used by Docker Compose services, showing the exact image and tag each service container runs. Requires containers to exist from compose_up or compose_create.
    MIT
  • Build Docker Compose project images without starting containers. Specify services, pull latest images, or bypass cache as needed.
    MIT