Laravel Boost '# MCP servers failed' issue
I spent the last our trying to figure out this issue of showing "2 MCP servers failed" in Claude Code, as you see in the below screenshot. And was finally able to understand and fix this.
Laravel Boost's service provider has a shouldRun() check that skips registering commands (including boost:mcp) when the app isn't in local environment and APP_DEBUG is false. Then I corrected the mistake by setting APP_ENV=local and APP_DEBUG=true the MCP servers were starting and working correctly.
SMH 🤦
Webmentions