laravel-loop

Laravel Loop is a powerful Model Context Protocol (MCP) server designed specifically for Laravel applications. It connects your Laravel application with AI assistants using the MCP protocol.

GitHub Stars

123

User Rating

Not Rated

Favorites

0

Views

18

Forks

8

Issues

7

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Laravel: 10.x/11.x/12.x
PHP: 8.0 or higher

Installation Steps

1. Install the package

bash
composer require kirschbaum-development/laravel-loop

2. Publish the configuration file

bash
php artisan vendor:publish --tag="loop-config"

Additional Resources