Deployment Options
Docker & Podman
Run the server using pre-built container images from GitHub Container Registry. Supports amd64, arm64, and ppc64le architectures.
OpenShift
Deploy to Red Hat OpenShift using Kustomize with source-to-image (S2I) builds, auto-redeployment triggers, and enterprise-grade routing.
Container Images
Official container images are published to GitHub Container Registry on each release:Images are built automatically by GitHub Actions when a new version tag is pushed. Each architecture gets its own tagged image.
Prerequisites
All deployment methods require:- Mapepire running on IBM i — The WebSocket-based SQL gateway that the MCP server connects to. See the Setup Mapepire guide if not already configured.
- IBM i credentials — Hostname, user profile, and password with database authorities.
- Network connectivity — The container must be able to reach your IBM i system on the Mapepire port (default: 8076).
Quick Comparison
Not ready for containers?
Run the server directly with npx or from source — no container runtime required. See the Quick Start Guide.