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
php artisan boost:mcpEnvironment 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
In-Memoria
Provides persistent intelligence infrastructure (semantic concepts, patterns, architecture) for AI agents to understand and interact with codebases.
ater.dry.cli
An intelligent code assistance tool and MCP server for building Asp.Net Core and EF Core front-end and back-end services, leveraging code generation and LLM technology.
consult-llm-mcp
Facilitates Claude Code to consult powerful external AI models for complex code analysis, debugging, and review tasks.
php-mcp
Implements the Model Context Protocol (MCP) to enable seamless integration between LLM applications and external data sources and tools, providing a server-side framework in PHP.