Getting Started

Molar documentation — autonomous QA with Cartographer, Guard, Clones, and Trace.

Getting started with Molar

Molar is autonomous QA for web apps. Point it at your app and it maps real user flows, runs end-to-end tests on every PR, watches production, and replays failures step by step — with safe vendor stand-ins so Stripe, Twilio, and email never touch real customers.

One account covers all four products below. The CLI and MCP server are included — they are not a separate product.

Note:

Coding agents: Fetch the full page index at docs.molar.it/llms.txt before exploring further.

The four products

ProductWhat it doesStart here
CartographerMap flows from a seed URL; export Playwright testsCartographer
GuardPR gating, production monitoring, Mender auto-fix PRsGuard
ClonesLocal Stripe, Twilio, email, auth, and S3 stand-insClones
TraceStep-by-step replay when a run failsTrace

Operator UI: app.molar.it — scenarios, runs, billing, team settings, and GitHub App install.

Who are you?

Pick the path that matches how you work. Both paths share the same org, scenarios, and runs.

Quickstart

StepHumansAgents
1. Accountapp.molar.it signup → onboarding (project + app URL)Agent self-serve signup or molar agent signup
2. Connect toolsOptional: npx molar-agent init + PAT from Settings → API TokensMCP install or molar mcp serve
3. First runInstall & initializefirst scenariomolar init → MCP molar_run_scenarios (or molar run with Guard runner installed)
4. OperateGitHub App under Settings → Organization; PR gate at /guard/pr-gateScopes expand after human verifies with 6-digit code

CLI and MCP (included with every account)

ToolWhat it isDocs
molar CLIinit, login, run, scenarios, clone, trace, agent signupCLI reference
MCP serverConnect from Cursor or Claude Code — one install at mcp.molar.cloud/installMCP setup

Reference