Back to Home
laravel icon

boost

by laravel

Overview

Laravel Boost accelerates AI-assisted development by providing context and specialized tools for AI to generate high-quality, Laravel-specific code.

Installation

Run Command
php artisan boost:mcp

Environment Variables

  • BOOST_ENABLED
  • BOOST_BROWSER_LOGS_WATCHER
  • LOG_LEVEL
  • LARAVEL_SAIL
  • HOME
  • USERPROFILE
  • WSL_DISTRO_NAME
  • IS_WSL

Security Notes

The `Tinker` tool uses `eval` for executing arbitrary PHP code within the application context. While intended for developer use and executed in an isolated subprocess by `ToolExecutor`, `eval` is inherently a high-risk function as it allows for remote code execution if an attacker gains control over the input. The `SearchDocs` and `ReportFeedback` tools make external HTTP requests to `boost.laravel.com`, sending user queries and feedback data, which might raise privacy concerns for some users. The `MakesHttpRequests` concern disables SSL verification for local/testing environments, which is common but should be noted.

Similar Servers

Stats

Interest Score100
Security Score4
Cost ClassMedium
Avg Tokens2000
Stars2905
Forks207
Last Update2025-12-05

Tags

AILaravelDevelopmentCoding AssistantMCP Server