Laravel Telescope
Createdlucianotonet
Exposes Laravel Telescope telemetry data via the Model Context Protocol (MCP) to AI assistants for enhanced debugging.
About
Laravel Telescope MCP is an extension for Laravel Telescope that allows developers to query their application's telemetry data using natural language through AI assistants like Cursor, Claude, or Copilot Chat. By translating natural-language queries into MCP operations, it retrieves Telescope records related to logs, slow queries, HTTP requests, exceptions, jobs, and more, providing concise and insightful responses directly within the AI interface. This allows for a faster and more intuitive debugging experience.
Key Features
- 1 GitHub stars
- Offers concise summaries of telemetry data within the AI interface.
- Provides access to logs, slow queries, HTTP requests, and exceptions.
- Configurable endpoint path and authentication.
- Supports natural language queries for application metrics.
- Exposes Telescope data via MCP for AI assistant integration.
Use Cases
- Summarize HTTP requests with specific status codes.
- Quickly fetch error logs using natural language.
- Identify slow SQL queries using AI assistance.