Skip to main content
Glama
607,458 tools. Updated 2026-09-24 17:18

"Hono" matching MCP tools:

  • View current counts of retained entries by type to see what data is available, then decide whether to inspect exceptions or requests.
    MIT
  • Retrieve recent exceptions with the request that triggered them, including logs, queries, and outgoing calls. Diagnose failures by starting here.
    MIT
  • Retrieve a single request's complete record—headers, payload, response, logs, queries, exceptions, and outgoing calls—after narrowing your search to one request.
    MIT
  • Retrieve recent incoming requests and filter by status, duration, or URI path to find failed or slow requests. Use minStatus to discover requests returning error statuses without exceptions.
    MIT
  • Identify slow database queries by retrieving recent queries sorted slowest first, with the request context for each. Filter by minimum duration and result count to pinpoint performance bottlenecks.
    MIT

Matching MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables turning a Hono app into MCP tools and OpenAI-compatible function definitions, either by declaring tools explicitly or by scanning existing routes.
    13 npm
    Apache 2.0
  • A
    license
    A
    quality
    A
    maintenance
    Laravel Telescope-style debugging for Hono apps whose dashboard endpoint is also an MCP server: read recent exceptions with the request that produced them, recent requests filtered by status or duration, one request in full, and the slowest queries. Five read-only tools, zero runtime dependencies.
    5
    5
    86 npm
    26
    MIT

Matching MCP Connectors