Skip to main content
Glama
481,934 tools. Updated 2026-08-27 06:47

"Testing Web App Code Changes in Browser Using LLM for Console Logs" matching MCP tools:

  • Diagnose rendering issues and JavaScript errors in web apps by capturing a screenshot and browser console logs.
    BSD 3-Clause
  • Retrieve captured browser console logs with filters for level, content, and time, to quickly identify errors and debug output without altering the page.
    MIT
  • Clears buffered console messages before capturing fresh logs, avoiding stale entries. Resets the session's in-memory console buffer.
    MIT

Matching MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables AI agents to perform query-driven web searches and fetch page content via Bing and DuckDuckGo engines, with automatic fallback and no API keys needed.
    MIT

Matching MCP Connectors

  • Hosted real Google Chrome MCP with per-user persistent state. Navigate, click, type, screenshot.

  • ifsc-in MCP — Indian bank branch IFSC code lookup via Razorpay's open

  • Retrieve browser console logs from Webvizio tasks when the task prompt lacks sufficient information for execution, providing additional context to complete development tasks.
    MIT
  • Guides setup and use of agent-browser CLI for automated browser tasks like navigating pages, clicking, and capturing console errors in a real browser.
    MIT
  • Execute a one-time web browsing task through an AI browser agent that navigates from a start URL, returns a task_id for polling, and can use local logged-in sessions via browser='local'.
    Apache 2.0
  • Collect a full debugging snapshot of the browser: current URL, title, console logs, alerts, and network requests with headers/body. Filter by URL, method, or console type to pinpoint issues.
    MIT
  • Reload the React Native app to apply code changes when Fast Refresh fails, fix broken app states, or reset app navigation and context completely.
    MIT
  • Retrieve recent events from the unified buffer of server stdout/stderr and browser console/network/pageerror. Filter by source, stream, or regex, and tail incrementally since a sequence number.
    MIT
  • Retrieve browser console messages (log, warn, error) to debug JavaScript errors and inspect application logs. Filter by level or clear the buffer after reading.
    MIT