Skip to main content
September 21, 2026

Nuon MCP

Manage your fleet of BYOC installs with your agent.
Diagnose an issue, execute a runbook, and maintain the same approvals and controls through MCP tool calls that you get on the Nuon control plane. Read-only by default. --allow-writes gives your agent the ability to operate Nuon for you. Destructive calls are marked so your agent asks before running one. Read more at Agents.

Health Checks

Find out a customer’s install is broken before they tell you.
Health checks read the cluster continuously, with alerts to Slack and 90 days of uptime history per install.
A component's 90-day health timeline showing 96.40% uptime, with a transitions log recording a pod crash looping after being OOMKilled and recovering an hour later
Read more at Health checks.

Triggers

Let an alert fix the install it fired on.
Your alerting system POSTs to Nuon, and Nuon runs the runbook so you can hold BYOC customers to the same high bar for uptime. And if something needs human intervention, you already have early diagnostics when you’re paged.
The Create trigger modal asking where events come from, with presets for GitHub, Slack, Datadog, AWS, Google Cloud, Azure, and a custom option
Read more at Triggers.

Other updates in this release

Terraform stack modules

Make the install stack an ordinary pull request in the Terraform pipeline your customer’s platform team already reviews.
Published modules for AWS, Azure, and GCP, each authenticated with a service account scoped to that one install. Your customer applies Terraform when the stack itself changes, not every time you ship an app update.

Container actions

An action can declare a container image its steps run inside, so the tools a step needs ship with the action instead of being installed on the runner at the start of every run. See Container actions.

Verify container image signatures

A container_image component can require a valid signature before Nuon copies the image into its registry. Verification runs at build time, after the tag resolves to an immutable digest, so an unsigned image fails the build instead of reaching a customer. Sigstore keyless identities and Cosign key pairs are both supported. See Verify container image signatures.

Pull request previews for app branches

Open a pull request against a tracked branch and Nuon builds the config diff and reports it on the pull request itself. See App branches.