Prepare exact plans for publication, pull requests, CI diagnosis, merge and deployment.
preview
revalidate
execute once
A.03
Durable work
Processes, worktrees and task state survive client interruptions without replaying accepted effects.
receipts
fences
cleanup
A.04
Private Edge
Signed outbound workers run beside the repositories and tools they are allowed to reach.
Linux
WSL
Windows
02 / AUTHORITY
Authority is configured before the model arrives.
Policy is loaded by the operator, not written by the model.
MODE / R
Inspect without changing state
Use for first contact, reviews and diagnostics. Reads still pass through roots, bounds, redaction and audit.
MODE / A
Review consequential effects
The client can prepare an exact, expiring plan. Execution waits for the configured approval step and fresh revalidation.
MODE / L
Run inside preconfigured limits
Configured operations can proceed autonomously. Roots, schemas, command policy, credentials, fences and audit still apply.
01Preview
02Approve
03Revalidate
04Execute once
05Audit
Reduced authority is not absolute safety. Operators still own configuration, credentials, dependencies and recovery.
03 / EDGE
The workspace can remain on your machine.
An Edge device makes an outbound authenticated connection to the control plane. Local paths, tools and credentials stay inside the device boundary configured by its owner.
Linux / Parrot / WSLRootless toolbox and browser harness where supported
Native WindowsSigned service, fixed-drive workspaces and Windows workcells
CLIENTChatGPT / Codex / MCP
HTTPS + OAUTH
CONTROL PLANEAEONTRA
OUTBOUND EDGE CHANNEL
PRIVATE DEVICEEDGE + WORKSPACES
04 / START
Start with a disposable repository.
The smallest evaluation is local, read-only and independent of the maintainer's hosted infrastructure.
LOCAL / READ-ONLYGO 1.26+
go install github.com/charle-z/mcp-devbox/cmd/mcp-devbox@latest
mcp-devbox serve --root /absolute/path/to/disposable-repo --mode read-only