PHPocalypse-MCP
MCP 服务器适用于太忙而无法运行测试和静态分析的 vibe 开发人员。
先决条件
您需要安装 node、npx 和 tsx
如何
首先,
git clone
这个 repo 到所选目录运行
npm install
接下来,打开 Cursor 设置并添加以下 MCP 配置:
确保路径正确!
在你的 PHP 项目中,创建
phpocalypse-mcp.yaml
文件
phpocalypse-mcp.yaml
配置
结构很简单。通过指定名称和运行命令来定义工具。
注意事项
此 MCP 只是一个概念验证,并非在所有情况下都有效。任何交互式 CLI 输入肯定都无法正常工作。behat 就是一个很好的例子,如果它不在非交互式模式下运行,它会提示用户是否生成缺失的代码片段。请确保你的命令能够运行并输出有意义的内容,剩下的就交给你最喜欢的 LLM 吧。
一些较大的输出尚未正确处理。要修复此问题,请尝试使用
claude-3.7-sonnet
或修改命令以返回 less 值。
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
消息控制协议服务器可自动为开发人员运行 PHP 测试和静态分析工具,并将结果直接提供给 Cursor 编辑器中的 AI 助手。
Related MCP Servers
- AsecurityFlicenseAqualityA comprehensive Model Context Protocol server for advanced code analysis that provides tools for syntax analysis, dependency visualization, and AI-assisted development workflow support.Last updated -284
- -securityAlicense-qualityAn AI-powered MCP server that automates web testing workflows by enabling recording, execution, and discovery of tests through natural language prompts.Last updated -59Apache 2.0
Testomatio MCP Serverofficial
-securityFlicense-qualityA Model Context Protocol server that enables AI assistants like Cursor to interact with Testomatio test management platform, allowing users to query test cases, runs, and plans through natural language.Last updated -1061- AsecurityAlicenseAqualityA comprehensive HTTP client MCP server for security testing, API testing, and web automation that provides full-featured HTTP tools with detailed logging capabilities.Last updated -83MIT License