Laravel Boost MCP fail to start in IDE
Resolved 💬 3 comments Opened Sep 4, 2025 by farimir Closed Nov 23, 2025
What version of Codex is running?
0.28.0
Which model were you using?
GPT-5 High
What platform is your computer?
Darwin 24.5.0 arm64 arm
What steps can reproduce the bug?
When using Laravel Boost MCP in the IDE, I get an error:
MCP client for laravel-boost failed to start: request timed out
There is no problem with this MCP in Codex CLI and I can use it successfully in the cli tool.
<img width="2110" height="274" alt="Image" src="https://github.com/user-attachments/assets/1f4dc7c2-a2ad-4977-9799-0a70891df620" />
My config.toml:
# --- Playwright MCP
[mcp_servers.playwright]
command = "npx"
args = ["-y", "@playwright/mcp@latest"]
# --- Laravel Boost MCP
[mcp_servers.laravel-boost]
command = "php"
args = ["artisan", "boost:mcp"]
What is the expected behavior?
_No response_
What do you see instead?
_No response_
Additional information
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗