MCP Configgeneral

getresi-software-engineer-filamentphp-demo MCP Config

MCP configuration with 2 servers: laravel-boost, herd

View Source
.mcp.json
{
  "mcpServers": {
    "laravel-boost": {
      "command": "php",
      "args": [
        "artisan",
        "boost:mcp"
      ]
    },
    "herd": {
      "command": "php",
      "args": [
        "/Applications/Herd.app/Contents/Resources/herd-mcp.phar"
      ],
      "env": {
        "SITE_PATH": "/Volumes/CrucialX9ProForMac/Repos/danielh-official/laravel-12-template/example"
      }
    }
  }
}