-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Description
Laravel Package Version
10.48.29
PHP Version
8.2.29
System
macOS Sequoia 15.6 - Apple M2 Pro
Cursor IDE
1.4.5
VSCode Version: 1.99.3
Description
I am running a Cursor IDE Workspace with multiple projects (various Laravel versions)
Install of BOOST worked great for Cursor: php artisan boost:install
.
- Installed editors: Cursor, VS Code
- Setup AI guidelines for: Cursor
- Added 14 guidelines to my selected agents
- Installed MCP servers to my selected IDEs
When going to Cursor Settings > MCP Tools laravel-boost
was ENABLED but showing No tools or prompts
.
mcp.json
was:
{
"mcpServers": {
"laravel-boost": {
"command": "php",
"args": ["./artisan", "boost:mcp"]
}
}
}
Changed to:
{
"mcpServers": {
"laravel-boost": {
"command": "php",
"args": ["artisan", "boost:mcp"]
}
}
}
Enabled MCP Tool again... and worked! the key was removing the ./
before artisan command

Perhaps add this to a troubleshooting guide or leave in CLOSED for future devs to reference.
Metadata
Metadata
Assignees
Labels
No labels