DevZonayed/Mochi

3 stars · Last commit 2026-06-07

Browser companion plugin for AI coding assistants — Chrome automation MCP, in-page hint messaging, and persistent project memory across Claude Code sessions.

README preview

# Mochi

[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Build server bundle](https://github.com/DevZonayed/Mochi/actions/workflows/build.yml/badge.svg)](https://github.com/DevZonayed/Mochi/actions/workflows/build.yml)
[![CodeQL](https://github.com/DevZonayed/Mochi/actions/workflows/codeql.yml/badge.svg)](https://github.com/DevZonayed/Mochi/actions/workflows/codeql.yml)
[![GitHub Repo stars](https://img.shields.io/github/stars/DevZonayed/Mochi?style=social)](https://github.com/DevZonayed/Mochi/stargazers)

> Browser companion for AI assistants. Browser automation MCP + persistent
> project memory + in-page hint messaging, all in one Claude Code plugin.

A QA-tester MCP for AI assistants — with **memory**.

Each AI session runs inside its own Chrome **tab group** (your other tabs are
untouched). What's new: every successful action is auto-traced, and the agent
can save the trace as a named **workflow** scoped to a domain. Next time you ask
"test the login flow on staging", the agent replays the saved workflow with
cached selectors — no re-discovery, no re-screenshotting. If a selector breaks
(refactor, A/B test, redesign), the engine **self-heals** by ARIA role + name
and updates the cache.

View full repository on GitHub →