Download the PHP package eduardocruz/laravel-telescope-mcp-server-mvp without Composer

On this page you can find all versions of the php package eduardocruz/laravel-telescope-mcp-server-mvp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-telescope-mcp-server-mvp

Laravel Telescope MCP Server (PHP)

A Model Context Protocol (MCP) server built in PHP that provides AI agents with direct access to Laravel Telescope data, enabling efficient debugging and analysis of Laravel applications.

Project Overview

This project is a PHP implementation of a Laravel Telescope MCP server, inspired by bradleybernard/TelescopeMCP but built using the php-mcp/server library instead of Python.

Key Goals

Features (Planned)

Core MCP Tools

Cursor Integration

Architecture

Quick Start (Planned)

Prerequisites

Installation

Configuration

Running the Server

Option 1: Direct PHP Execution

Option 2: Using Composer Script

Option 3: Using PHPX (Recommended)

If you have PHPX installed:

Cursor Deeplink Integration

To integrate with Cursor, you'll need to create a deeplink configuration. Here's the MCP server configuration for Cursor:

For Cursor IDE Settings

Add this to your Cursor MCP configuration:

Alternative: Using PHPX

Generating Cursor Deeplink

  1. Get your server configuration JSON
  2. Use JSON.stringify() to convert it and base64 encode it
  3. Create the deeplink: cursor://mcp/install?name=telescope&config=BASE64_ENCODED_CONFIG

Example helper script for generating the deeplink:



## Development Roadmap

### Phase 1: Basic MCP Server
- [x] Project setup and README
- [ ] Basic MCP server using php-mcp/server
- [ ] Database connection to Laravel Telescope tables
- [ ] Simple request listing tool

### Phase 2: Core Tools
- [ ] Request search and filtering
- [ ] Request detail retrieval
- [ ] Query analysis tool
- [ ] Basic error handling

### Phase 3: Cursor Integration
- [ ] Deeplink configuration
- [ ] Development workflow optimization
- [ ] Documentation for Cursor setup

### Phase 4: Enhancement
- [ ] Performance optimization
- [ ] Additional Telescope data types (jobs, cache, etc.)
- [ ] Better error messages and debugging

## Technical Stack

- **Language**: PHP 8.1+
- **MCP Library**: [php-mcp/server](https://github.com/php-mcp/server)
- **Database**: MySQL/MariaDB (Laravel Telescope tables)
- **IDE Integration**: Cursor with deeplink support

## Inspiration

This project draws inspiration from:
- [bradleybernard/TelescopeMCP](https://github.com/bradleybernard/TelescopeMCP) - Python implementation
- [php-mcp/server](https://github.com/php-mcp/server) - PHP MCP server library

## Why PHP?

- Native integration with Laravel ecosystem
- Leverages existing PHP knowledge for Laravel developers
- Direct access to Laravel's database structure and conventions
- Easier deployment alongside existing PHP/Laravel infrastructure

## Contributing

This is a proof-of-concept project focused on getting a minimal viable product working. Contributions welcome once the basic functionality is established.

## License

MIT License - see LICENSE file for details.

---

**Status**: 🚧 Early Development - Proof of Concept Phase

**Next Steps**: Set up basic MCP server structure using php-mcp/server library. 

All versions of laravel-telescope-mcp-server-mvp with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
php-mcp/server Version ^1.0
vlucas/phpdotenv Version ^5.5
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package eduardocruz/laravel-telescope-mcp-server-mvp contains the following files

Loading the files please wait ....