Laravel Boost

From Laravel Boost site say, Boost will assist your development by providing the essential context and structure that AI needs to generate high-quality, Laravel-specific code.

It includes:
— MCP server with 15+ tools
— Composable AI guidelines for eco…


This content originally appeared on DEV Community and was authored by Agus Sudarmanto

From Laravel Boost site say, Boost will assist your development by providing the essential context and structure that AI needs to generate high-quality, Laravel-specific code.

It includes:
— MCP server with 15+ tools
— Composable AI guidelines for ecosystem packages
— Documentation API with built-in MCP tool

How to install

composer require laravel/boost --dev
php artisan boost:install

How to setup

Using Claude Code

Adding manually
claude mcp add -s local -t stdio laravel-boost php artisan boost:mcp

Add to Copilot config file ~/.copilot/mcp-config.json

{
  "mcpServers": {
    "laravel-boost": {
      "tools": ["*"],
      "type": "local",
      "command": "php",
      "args": ["artisan", "boost:mcp"]
    },
    "herd": {
      "type": "local",
      "command": "php",
      "tools": ["*"],
      "args": ["/Applications/Herd.app/Contents/Resources/herd-mcp.phar"],
      "env": {
        "SITE_PATH":"pwd"
      }
    }
  }
}

# Qwen Coder

Add to Qwen config file ~/.qwen/settings.json

{
  "ideMode": true,
  "selectedAuthType": "qwen-oauth",
  "hasSeenIdeIntegrationNudge": true,
  "mcpServers": {
    "laravel-boost": {
      "tools": ["*"],
      "type": "local",
      "command": "php",
      "args": ["artisan", "boost:mcp"]
    },
    "herd": {
      "type": "local",
      "command": "php",
      "tools": ["*"],
      "args": ["/Applications/Herd.app/Contents/Resources/herd-mcp.phar"]
    }
 }
}


This content originally appeared on DEV Community and was authored by Agus Sudarmanto


Print Share Comment Cite Upload Translate Updates
APA

Agus Sudarmanto | Sciencx (2025-09-27T17:25:48+00:00) Laravel Boost. Retrieved from https://www.scien.cx/2025/09/27/laravel-boost/

MLA
" » Laravel Boost." Agus Sudarmanto | Sciencx - Saturday September 27, 2025, https://www.scien.cx/2025/09/27/laravel-boost/
HARVARD
Agus Sudarmanto | Sciencx Saturday September 27, 2025 » Laravel Boost., viewed ,<https://www.scien.cx/2025/09/27/laravel-boost/>
VANCOUVER
Agus Sudarmanto | Sciencx - » Laravel Boost. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2025/09/27/laravel-boost/
CHICAGO
" » Laravel Boost." Agus Sudarmanto | Sciencx - Accessed . https://www.scien.cx/2025/09/27/laravel-boost/
IEEE
" » Laravel Boost." Agus Sudarmanto | Sciencx [Online]. Available: https://www.scien.cx/2025/09/27/laravel-boost/. [Accessed: ]
rf:citation
» Laravel Boost | Agus Sudarmanto | Sciencx | https://www.scien.cx/2025/09/27/laravel-boost/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.