Laravel Boost

Active
GitHub PHP MIT

Description

Laravel-focused MCP server for augmenting your AI-powered local development experience. Deeply integrates AI coding assistants with the Laravel ecosystem.

Key Features

  • MCP server purpose-built for Laravel that provides rich framework context to AI coding assistants
  • Deep integration with Laravel ecosystem including routing, Eloquent ORM, Blade templates, and artisan commands
  • Enables AI tools like Claude, Cursor, and Copilot to generate Laravel-idiomatic code with correct patterns
  • Provides real-time project structure awareness including controllers, models, migrations, and config files
  • Reduces boilerplate and common Laravel mistakes when using AI-assisted development workflows
  • Open-source under MIT license with active community support and official Laravel backing

Use Cases

💡 Generate Laravel controllers, models, and migrations with correct conventions
💡 Debug and fix Laravel application code using AI with full framework context
💡 Accelerate new Laravel project scaffolding and feature development
💡 Improve code review quality by providing AI reviewers with Laravel-specific knowledge

Categories

Quick Start

Install via Composer: `composer require laravel/boost`. Configure your AI coding assistant to connect to the MCP server endpoint. The server automatically detects your Laravel project structure and exposes relevant context to the AI tool.

Related Projects