Back to Home
laravel icon

boost

by laravel

Overview

Accelerates AI-assisted development by providing essential context and structure for generating high-quality, Laravel-specific code via an MCP server.

Installation

Run Command
php artisan boost:mcp

Environment Variables

  • BOOST_ENABLED
  • BOOST_BROWSER_LOGS_WATCHER
  • DB_CONNECTION
  • DB_HOST
  • DB_PORT
  • DB_DATABASE
  • DB_USERNAME
  • DB_PASSWORD

Security Notes

The server exposes powerful tools with significant security implications. The 'Tinker' tool uses `eval()` allowing arbitrary PHP code execution, and 'Database Query' executes raw SQL queries (`DB::select`) after a basic keyword whitelist, posing a risk of SQL injection if the whitelist is bypassed. The 'CommandDetectionStrategy' and `installShellMcp` also dynamically execute shell commands for detection and installation, which could be exploited if inputs are not fully trusted. Additionally, the browser logger injects JavaScript into HTML responses to capture client-side logs and errors, which could inadvertently expose sensitive user data if not managed carefully. Disabling SSL verification for local/testing environments, though common, also adds a slight risk if misconfigured. These features, while intended, necessitate running the server in highly trusted and isolated development environments.

Similar Servers

Stats

Interest Score100
Security Score3
Cost ClassMedium
Avg Tokens5000
Stars3076
Forks229
Last Update2026-01-19

Tags

AI-assisted developmentLaravelMCP serverCode generationDeveloper tools