There is no standalone
mergewatch CLI (npx mergewatch@latest). MergeWatch is managed with Docker Compose for self-hosted deployments and with pnpm + sam scripts for deploying the SaaS stack from the mergewatch.ai repo.Self-Hosted: Docker Commands
Self-hosted MergeWatch runs from a singledocker-compose.yml that starts the server, Postgres, and the dashboard.
SaaS / AWS: Repository Scripts
Deploying the AWS stack (API Gateway + Lambda + DynamoDB + Bedrock) is done by cloning mergewatch.ai and running the scripts defined inpackage.json.
Deploy scripts
Log tailing (SaaS)
For ad-hoc filtering, use the AWS SAM CLI directly:
Development scripts
Next steps
Self-Hosted Install
Set up MergeWatch with Docker Compose.
Environment Variables
See all environment variables for both deployment modes.