Skip to main content
This is the hosted, interactive path — the default. Nothing to clone, no keys to copy. Not sure that’s you? See Choose your setup.
1

Install the plugin in your agent

Enable automatic updates once under /pluginMarketplacesRapidReview.
Using OpenHands, Replit Agent, or another MCP client? See Clients.
2

Sign in when the browser opens

The plugin registers a URL only; the first 401 opens your browser. Sign in with your RapidReview account and approve All my projects. How OAuth works
On a remote machine over SSH, connect with ssh -L 19876:127.0.0.1:19876 user@host first. The browser sign-in callback goes to 127.0.0.1:19876, and the forward is what lets it reach the client running on the remote host.
3

Make the first call

Ask the agent to call project(action="list"), then workflow.status_and_next(project_id). Follow along in the web UI at rapidreview.io/merv.
4

Check

The agent lists your project and reports next_action. Empty list? Create a project at rapidreview.io/merv (or ask the agent for project(action="create")), or ask a member to add you.

Next

Your first experiment

Plan → design review → execute → results review, end to end.

Auto-run

Pair a machine so experiments keep running without you.
Something off? Troubleshooting setup.