Skip to main content

Install and sign in

Start Gemini and run /mcp auth merv. The extension updates automatically.
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.
--auto-update tracks the generated merv-client branch, which CI rebuilds after every change on main.

Skills and reviewers

Skills are auto-discovered (Agent Skills standard). Reviewer agents are exposed as tools; the main agent delegates automatically, or you force it with @experiment-design-review. Gemini can give a reviewer a genuinely separate MCP session via an agent’s inline mcpServers frontmatter — the shipped shared agents deliberately don’t, so they stay client-neutral. See Reviewer handoff.

Long runs

No client-specific wake recipe is documented for this client yet; the generic one applies — a background shell running merv-runs-wait --url <wait_url>, whose exit wakes the agent. See Long runs.

Local development

gemini extensions link /path/to/Merv/merv — the merv/ directory inside the checkout, not the repo root.