Provides a powerful debugging interface for web applications, leveraging Puppeteer and the Chrome DevTools Protocol through a persistent browser connection.
Sponsored
This tool functions as an MCP Server plugin, integrating Puppeteer and the Chrome DevTools Protocol (CDP) to offer extensive debugging and troubleshooting capabilities for web applications. It establishes a persistent browser connection upon server startup, allowing various diagnostic operations to be performed on web pages without needing to re-launch the browser. This enables detailed inspection of page state, performance, and memory over time, making it ideal for automated testing, monitoring, and debugging complex web behaviors.
Key Features
01Console error, warning, and log monitoring
02Cache status retrieval (LocalStorage, SessionStorage, Cookies, IndexedDB)
031 GitHub stars
04Performance data collection (Timeline, page load metrics)
05DOM element state and property inspection
06Memory heap analysis and leak detection
Use Cases
01Automated error detection and logging on web pages
02Comprehensive web page performance analysis
03Memory leak detection and analysis in web applications