Skip to main content
Glama
466,711 tools. Updated 2026-08-20 03:57

"How to view or understand console logs in programming" matching MCP tools:

  • 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
  • Create a console watermark that records the current timestamp. Use the returned mark ID to fetch only logs generated after that moment.
    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

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
    -
    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

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

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

  • 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
  • Returns aggregate statistics for a repository, including total file count and a breakdown by programming language. Use this to understand the tech stack and codebase scale.
    MIT
  • List buffered console logs from the current page with optional level and time filters, and group by message, source, or severity.
    MIT
  • 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
  • Understand how to create datasets in LangSmith with documentation-only guidance. Get clear instructions for setting up datasets in the LangSmith platform.
    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
  • List the server's log files newest-first: console plus rotated logs (chat, user, admin, map, pvp), each with kind, size, and start time. Use to see what logs exist before tailing one.
    MIT
  • Diagnose rendering issues and JavaScript errors in web apps by capturing a screenshot and browser console logs.
    BSD 3-Clause