Skip to main content
pwno-mcp is designed for containerized usage first.
Keep the ptrace-related capabilities and unconfined seccomp/apparmor flags unless you have already proven that your environment supports a stricter configuration.

Run the published image

Build locally

The published image targets linux/amd64. On Apple Silicon, keep the explicit platform flag unless you have built your own compatible variant.

Docker Compose

The repository docker-compose.yml exposes port 5500, mounts ./workspace to /workspace, and applies the required debugger capabilities.

Published image tags

  • latest: stable default
  • edge: tracks the default branch
  • sha-<short>: pinned commit image
  • X.Y.Z, X.Y, X: release tags derived from version tags