Skip to main content
Glama
534,535 tools. Updated 2026-09-08 14:58

"How to Retrieve Console Logs" matching MCP tools:

  • Retrieves browser console logs (errors, warnings, GM_log) to diagnose script runtime errors after reload. Saves full log to .customaise/console-context.json, or returns inline without a file.
    MIT
  • Retrieve browser console logs from Webvizio tasks when the task prompt lacks sufficient information for execution, providing additional context to complete development tasks.
    MIT
  • Retrieve and filter browser console logs during automation testing to identify errors, warnings, and debug information with search and limit options.
    MIT

Matching MCP Servers

Matching MCP Connectors

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

  • Transform any blog post or article URL into ready-to-post social media content for Twitter/X threads, LinkedIn posts, Instagram captions, Facebook posts, and email newsletters. Pay-per-event: $0.07 for all 5 platforms, $0.03 for single platform.

  • Retrieve browser console logs with filtering by type, text search, and time range. Choose grouped output to see deduplicated lines with counts or raw chronological format.
    MIT
  • Fetch recent Unity console logs filtered by level, keyword, or time range. Inspect runtime messages, warnings, and errors to diagnose issues; compile errors are handled separately.
    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
  • Clears buffered console messages before capturing fresh logs, avoiding stale entries. Resets the session's in-memory console buffer.
    MIT
    Destructive
  • Retrieve and filter console logs from React Native apps via Metro bundler. Use summary mode for quick overviews or fetch specific logs for debugging.
    MIT
  • Read browser console logs and filter by log level or regex pattern; optionally clear the captured buffer to manage output.
    MIT
  • Retrieve browser console messages from a specific tab, filter with a regex pattern, and debug JavaScript errors or review application logs without noise.
    Apache 2.0
  • Create a console watermark that records the current timestamp. Use the returned mark ID to fetch only logs generated after that moment.
    MIT
  • Diagnose rendering issues and JavaScript errors in web apps by capturing a screenshot and browser console logs.
    BSD 3-Clause
  • Reads console logs from a React Native app via Metro CDP debugger. Auto-discovers the debugger URL or accepts a given one. Optionally saves logs to a file for bug evidence.
    MIT
  • Read console logs from a running React Native app. Use cursor to get only new entries, specifying severity level and optional filter.
    MIT