PluginBench
MCP Server
Active

Docker Compose Audit MCP Server

io.github.UnbearableDev/docker-compose-audit

What is the Docker Compose Audit MCP server?

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

How to install Docker Compose Audit

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • Authorization
    required
    secret

    Apify API token. Format: 'Bearer <YOUR_APIFY_TOKEN>'. Get yours at https://console.apify.com/account/integrations

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "docker-compose-audit": {
      "url": "https://unbearable-dev--docker-compose-audit.apify.actor/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "docker-compose-audit": {
      "serverUrl": "https://unbearable-dev--docker-compose-audit.apify.actor/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "docker-compose-audit": {
      "type": "http",
      "url": "https://unbearable-dev--docker-compose-audit.apify.actor/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "docker-compose-audit": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://unbearable-dev--docker-compose-audit.apify.actor/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http docker-compose-audit https://unbearable-dev--docker-compose-audit.apify.actor/mcp

Related MCP servers

Hadolint-grade Dockerfile audit — 19 checks: secrets, privileges, supply chain, hygiene.

0
Python
View repository →

GitHub Actions workflow security audit - 21 checks: pinning, permissions, secrets, injection.

0
Python
View repository →

Hungarian postcode lookup + validation - 3,484 codes, sub-10ms lookups, bulk address endpoint.

0
Python
View repository →

Four IaC audits in one call: Compose, Dockerfile, GitHub Actions, Kubernetes. 131 checks.

0
Python
View repository →

kube-linter audit for Kubernetes manifests — 63 checks: security, availability, RBAC, network.

0
Python
View repository →