Bedrock is the LLM provider option that requires AWS — the MergeWatch server itself can still run anywhere (Docker, GCP, Azure, bare metal). Only the LLM API calls go to Bedrock.
Configuration
Set these environment variables in your.env file or container environment:
Default model
MergeWatch usesus.anthropic.claude-sonnet-4-6 for review agents by default, and us.anthropic.claude-haiku-4-5-20251001-v1:0 as the lightModel for low-complexity tasks such as summary generation. Both are cross-region inference profiles that route requests to the nearest available region.
Override either with model: / lightModel: in .mergewatch.yml — see the configuration reference.
Bedrock model access
Before using a model, you must enable it in the Bedrock console:- Open the Bedrock Model Access console
- Find the Claude model you want to use
- Click Request model access if the status is not Access granted
- Wait for approval (usually instant for Anthropic models)
Supported regions
Cross-region inference profiles
Bedrock supports cross-region inference profiles that automatically route requests to the nearest region with available capacity. These profiles use a geographic prefix:
The default model
us.anthropic.claude-sonnet-4-6 uses the us. prefix, routing across US regions. If your deployment is in Europe or Asia Pacific, swap the prefix for the matching geography.
Model override examples
Next steps
Anthropic (direct)
The default provider — simplest setup, no AWS required.
Configure review behavior
Tune sensitivity, ignored paths, and review focus areas.
Environment variables
Full list of supported environment variables.
Platform guides
Deploy MergeWatch on AWS ECS Fargate.