2026-01-15 01:13:44 +00:00
|
|
|
{
|
|
|
|
|
"mcpServers": {
|
|
|
|
|
"laravel-boost": {
|
2026-03-31 12:36:09 +00:00
|
|
|
"command": "php",
|
2026-01-15 01:13:44 +00:00
|
|
|
"args": [
|
|
|
|
|
"artisan",
|
|
|
|
|
"boost:mcp"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"herd": {
|
|
|
|
|
"command": "php",
|
|
|
|
|
"args": [
|
|
|
|
|
"/Applications/Herd.app/Contents/Resources/herd-mcp.phar"
|
|
|
|
|
],
|
|
|
|
|
"env": {
|
2026-01-26 15:02:24 +00:00
|
|
|
"SITE_PATH": "/Users/paulocastellano/Code/trypost"
|
2026-01-15 01:13:44 +00:00
|
|
|
}
|
2026-03-29 21:10:10 +00:00
|
|
|
},
|
|
|
|
|
"nightwatch": {
|
|
|
|
|
"type": "http",
|
|
|
|
|
"url": "https://nightwatch.laravel.com/mcp"
|
2026-01-15 01:13:44 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|