Skip to main content
Glama
306,516 tools. Last updated 2026-07-25 11:18

"How to Read the Browser Console" matching MCP tools:

  • Debug broken pages by retrieving browser console errors and logs from a session. Buffer clears automatically for fresh data.
    AGPL 3.0
  • Retrieve browser console logs from Webvizio tasks when the task prompt lacks sufficient information for execution, providing additional context to complete development tasks.
    MIT
  • Toggle console capture on a browser tab. Buffers up to 500 console messages (log, info, warn, error, debug) for retrieval via zen_console_logs.
    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
  • Read any UE console variable by name, returning its value in all four representations, detected type, read-only flag, and last-setter. Inspect CVar state without invoking the console exec engine.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • The official MCP Server from Mia-Platform to interact with Mia-Platform Console

  • Read released episodes, transcripts, citations, clips, reading trails, and flashcards.

  • Capture a live console screenshot from a running network node. Optionally type commands first to verify output like show commands or ping results.
    Apache 2.0
  • 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
  • Retrieve console log messages from browser tabs to monitor errors, warnings, and debug information during web application testing and development.
    MIT
  • Retrieve browser console logs or evaluate JavaScript expressions to debug and interact with web pages.
    MIT
  • Diagnose rendering issues and JavaScript errors in web apps by capturing a screenshot and browser console logs.
    BSD 3-Clause
  • Retrieve browser console output (log, warn, error, uncaught exceptions) captured since app launch for debugging JavaScript errors in Tauri apps.
    MIT
  • Retrieve browser console logs filtered by level and regex pattern. Optionally clear the log buffer after reading.
    MIT
  • Retrieve the last 500 browser console entries from a specific tab, with optional filtering by console level and incremental polling using a timestamp cursor.
    MIT
  • Start capturing browser console logs (console.log, console.error, console.warn) to monitor JavaScript output and debug web applications during automated browser sessions.
    MIT