From dev-tooling
Runs locally as a stdio MCP server for PHP tooling via server.sh script, enabling PHP development tasks like code execution and analysis.
npx claudepluginhub shopwarelabs/ai-coding-tools --plugin dev-toolingAdd to your .mcp.json:
{
"mcpServers": {
"php-tooling": {
"command": "${CLAUDE_PLUGIN_ROOT}/mcp-server-php/server.sh"
}
}
}This server has elevated permissions. Review the source code before enabling.
${CLAUDE_PLUGIN_ROOT}/mcp-server-php/server.sh