Skip to main content
Glama
521,045 tools. Updated 2026-09-06 09:34

"How to view console logs using a cursor for debugging" 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
  • Adds an on-screen debug logger to display logs, warnings, and errors on mobile devices. Useful for H5 games and non-technical testers to view console output without a developer console.
    MIT
  • Fetch logs for a specific pipeline to debug failures or monitor execution. Filter log entries by level to isolate errors, warnings, or info messages.
    Apache 2.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
  • Retrieve Bult service logs with cursor-based pagination to debug failed deployments, build errors, runtime issues, and cloud hosting status.
    MIT

Matching MCP Servers

  • F
    license
    A
    quality
    B
    maintenance
    An MCP server that builds a local webpage to view AI plans, reports, and diagrams, so the AI only needs to send a URL pointer instead of long text. It provides three tools (view_plan, view_report, view_diagram) and tracks project changes for diff viewing.
    3
    -
  • A
    license
    Not graded
    quality
    C
    maintenance
    A minimal MCP server with get_weather and create_ticket tools, used for testing MCP servers across protocol, unit, eval, transport, and auth layers.
    MIT

Matching MCP Connectors

  • Access API request logs for auditing, debugging, and compliance in CData Sync. Retrieve logs, count requests, or get specific details to monitor data synchronization operations.
    MIT
  • Tail the serial console log of a BSD/Illumos VM to debug boot failures or view plan9 output, even when SSH is down.
    MIT
  • Fetch deployment logs for a JavaScript app using domain and build UUID to debug failures. Review log entries from a specific line to pinpoint errors and resolve deployment issues.
    MIT
  • Retrieve and filter browser console logs during automation testing to identify errors, warnings, and debug information with search and limit options.
    MIT
  • Fetch Terraform deployment logs with pagination. Retrieve logs from completed jobs immediately or stream from running jobs using last_event_id cursor.
    Apache 2.0
  • Access and analyze logs from Supabase services like PostgreSQL, API Gateway, and Edge Functions for debugging and monitoring. Query logs by collection, filters, or custom SQL to identify issues and track performance.
    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
  • 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
  • Fetches console logs from a specific build to identify errors, failure reasons, or issues. Returns log text per stage/task, truncating large entries to the last 150 lines.
    MIT
  • Retrieve the recorded timeline of the active pair-debugging session, including console logs, network requests, errors, navigations, and actions. Use this to diagnose issues when something appears wrong.
    MIT