What is PHPocalypse-MCP: Automates Tests & Static Analysis?
PHPocalypse-MCP is an MCP server designed to streamline repetitive testing and static analysis workflows for PHP developers. By automating these critical processes, it empowers teams to focus on core development tasks while ensuring code quality. The tool acts as a bridge between your IDE and command-line tools, eliminating manual intervention for tasks like linting, unit tests, and type checking.
How to Use PHPocalypse-MCP: Automates Tests & Static Analysis?
Deployment requires three key steps:
1. Setup Environment: Ensure Node.js, npx, and TypeScript are installed.
2. Configure MCP: Edit your Cursor settings with the provided JSON snippet, substituting absolute paths to the repo and project config file.
3. Define Workflows: Create a phpocalypse-mcp.yaml
file in your PHP project root to map tool names to execution commands.