peek
01Plugin Claude Code
peek — local-first browser-session forensics + repro for AI coding agents.
Plugin Claude Code
peek — local-first browser-session forensics + repro for AI coding agents.
MCP server Claude CodeCodexCursor +2
local-first browser-session forensics + repro for AI coding agents. peek's native messaging host + stdio MCP server — owns /.peek/sessions.db (better-sqlite3) and bridges the browser extension, CLI, and AI tools to one local source of truth. Runs locally from the @peekdev/mcp npm package.
MCP server Claude CodeCodexCursor +2
MCP server "peek-dev" as configured in Cubenest/rrweb-stack. Runs ${CLAUDE_PROJECT_DIR:-.}/packages/peek-mcp/dist/index.js with node.
MCP server Claude CodeCodexCursor +2
MCP server "peek-dev-src" as configured in Cubenest/rrweb-stack. Launched with ${CLAUDE_PROJECT_DIR:-.}/node_modules/.bin/tsx ${CLAUDE_PROJECT_DIR:-.}/packages.
Instructions file CodexOpenCode
Instructions for Cubenest/rrweb-stack, covering project context for ai coding assistants, what the repo is, build, test & dev commands, planning context — the context/ convention and maintainer-only setup (do this once per fresh checkout).
Instructions file
Instructions for Cubenest/rrweb-stack, covering claude code and deploying the docs sites.
Plugin Claude Code
Let your AI coding agent debug what already happened in your real browser. peek records masked rrweb sessions of your real browser to a local store and exposes them (DOM history, console/network errors, the action before an error, session-to-Playwright repro) to coding agents over MCP — and, with per-origin consent…
Skill Claude CodeCodex
Use when the user mentions a recent browser session, an error they just reproduced, "what was the user doing before X", DOM state at some past moment, or wants to turn a manual repro into a Playwright test. Peek exposes 18 MCP tools backed by a local SQLite store of rrweb-captured browser sessions.
MCP server Claude CodeCodexCursor +2
Exposes recorded browser sessions (rrweb DOM, console, network) to AI coding agents, fully local. Runs locally from the @peekdev/mcp npm package.