a year ago
developer-toolsMCP server for vibe developers that are too busy to run tests and static analysis.
Overview
what is PHPocalypse-MCP?
PHPocalypse-MCP is a server designed for vibe developers who are too busy to run tests and static analysis on their PHP projects.
how to use PHPocalypse-MCP?
To use PHPocalypse-MCP, clone the repository, install the necessary packages, and configure your MCP settings in your PHP project.
key features of PHPocalypse-MCP?
- Simplifies the process of running tests and static analysis for PHP projects.
- Allows configuration of various tools through a YAML file.
- Supports non-interactive command execution for seamless integration.
use cases of PHPocalypse-MCP?
- Automating static analysis for PHP codebases.
- Running unit tests without manual intervention.
- Integrating with CI/CD pipelines for PHP applications.
FAQ from PHPocalypse-MCP?
- Is PHPocalypse-MCP suitable for all PHP projects?
It is designed for PHP projects but may not work in every case, especially with interactive CLI inputs.
- What are the prerequisites for using PHPocalypse-MCP?
You need to have Node.js, npx, and tsx installed.
- Can I customize the tools used in PHPocalypse-MCP?
Yes! You can define your own tools and commands in the
phpocalypse-mcp.yamlconfiguration file.