xiaojiou176-open/prooftrail
Auditable browser automation platform for repeatable runs, inspectable evidence, and recovery-ready workflows.
Platform-specific configuration:
{
"mcpServers": {
"prooftrail": {
"command": "npx",
"args": [
"-y",
"prooftrail"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
ProofTrail is an auditable browser automation platform for teams that need repeatable runs, inspectable evidence, and a recoverable path when workflows break.
Docs | Quickstart | Minimal Success Case | Release Guide
> ProofTrail is for people who want browser automation to feel like an > inspectable product workflow, not a pile of one-off scripts that become > impossible to debug a week later.
How do we make browser automation reproducible, inspectable, and recoverable?
ProofTrail gives you one public mainline for running a workflow, one evidence bundle for understanding what happened, and one shared repo for the backend, web command center, automation runner, and MCP adapter that support that flow.
The canonical public mainline is:
just setupjust run.runtime-cache/artifacts/runs/<runId>/just run is the canonical public mainline wrapper for pnpm uiq run --profile pr --target web.local.
just run-legacy remains available for lower-level workshop troubleshooting, but it is not the canonical public mainline.
evidence bundle with summary, index, and proof reports instead of leaving you with scattered logs and screenshots.
are built to help you inspect, replay, and repair workflows after something breaks.
runner, and release proof surfaces live together, so docs and runtime truth can stay aligned.
Requirements:
Loading reviews...