Stats
Actions
Tags
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.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"php-tooling": {
"command": "${CLAUDE_PLUGIN_ROOT}/mcp-server-php/server.sh"
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
${CLAUDE_PLUGIN_ROOT}/mcp-server-php/server.shnpx claudepluginhub shopwarelabs/ai-coding-tools --plugin dev-tooling