mochi
01Plugin Claude Code
Mochi — a browser companion for AI assistants. Bundled browser automation, persistent project memory, and human-in-the-loop hint messaging.
Plugin Claude Code
Mochi — a browser companion for AI assistants. Bundled browser automation, persistent project memory, and human-in-the-loop hint messaging.
Plugin Claude Code
A browser companion for AI assistants. Bundled MCP tools for Chrome automation, persistent project memory (Continuum chain), and an in-page hint modal — pair with the Mochi Chrome extension.
MCP server Claude CodeCodexCursor +2
MCP server "browser" as configured in DevZonayed/Mochi. Runs ${CLAUDE_PLUGIN_ROOT}/server/dist/server.bundle.mjs with node. Needs 1 environment variable to run.
MCP server Claude CodeCodexCursor +2
MCP server "continuum" as configured in DevZonayed/Mochi. Runs ${CLAUDE_PLUGIN_ROOT}/plugins/continuum/mcp/server.js with node.
MCP server Claude CodeCodexCursor +2
MCP server "comms" as configured in DevZonayed/Mochi. Runs ${CLAUDE_PLUGIN_ROOT}/server/dist/comms.bundle.mjs with node. Needs 1 environment variable to run.
Command
Write a new link in the continuum chain summarizing decisions/changes since the last link.
Command
Back-fill old history from a WhatsApp "Export chat" .txt file — parsed, normalized, and reconciled into this repo's timeline by content fingerprint.
Command
Search this repo's synced channel messages by keyword and return scored snippets (never the whole history).
Command
Link a communication channel (WhatsApp first) to this repo — agent-driven QR / pairing-code onboarding, then pick which chats to sync.
Command
Show this repo's communication-channel link status, allowlisted chats, and message counts.
Command
Force a connect + backfill pass for a linked communication channel (catches up live + best-effort history).
Command
Roll up the last N links into a single phase-digest link; originals move to archived/ (never deleted).
Command
File a plugin-capability-gap note, or flush queued notes to GitHub issues.
Command
Owner-only — fetch and print the mochi-insight server's aggregate summary.
Command
Search past links in the continuum chain by tag/keyword and return matched summaries.
Command
Rename this Claude session as it appears in the Mochi extension popup.
Command
Inspect an archived transcript (gzipped) — show counts, tool calls, errors. Useful after a PreCompact or SessionEnd, before deciding to write a retroactive /continuum:checkpoint.
Command
Arm-2 — critique the current/last session for efficiency & quality, emit a Zone-A distillation, offer a deliberate GitHub feedback report.
Command
Show continuum chain health — link count, latest link, STATE.md size, archive usage, pending checkpoint.
Command
Inspect, opt in/out of, and audit mochi's anonymous usage telemetry.
Hook
Runs when a session starts, executing session_start.js via node. From DevZonayed/Mochi.
Hook
Runs before the context is compacted, executing pre_compact.js via node. From DevZonayed/Mochi.
Hook
Runs when a session ends, executing session_end.js via node. From DevZonayed/Mochi.
Hook
Runs before the agent uses a tool, executing pre_tool_use.js via node. From DevZonayed/Mochi.