Chrome breakpoint debugging MCP server for inspecting runtime values and stepping through code
Breakpoint-driven Chrome debugging for MCP clients. exposes Chrome DevTools Protocol debugging primitives as MCP tools. It lets an agent attach to a real Chrome tab, pause on breakpoints or , inspect scope variables, evaluate expressions inside the paused frame, step through code, and resume with runtime facts instead of guessing from static source. It is not a general browser automation server.…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
Breakpoint-driven Chrome debugging for MCP clients. exposes Chrome DevTools Protocol debugging primitives as MCP tools. It lets an agent attach to a real Chrome tab, pause on breakpoints or , inspect scope variables, evaluate expressions inside the paused frame, step through code, and resume with runtime facts instead of guessing from static source. It is not a general browser automation server. The focus is runtime debugging. Demo: the agent launches Chrome, waits for a breakpoint, inspects…