MCP Configgeneral

andyhinkle.com 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": "/Users/ahinkle/Sites/ahinkle/andyhinkle.com"
      }
    }
  }
}