PHP static analysis MCP server with 11 tools for querying 60+ code quality metrics, detecting problems (God Class, dependency cycles, SOLID violations), analyzing dependencies, identifying refactoring…
{
"mcpServers": {
"phpcodearcheology": {
"command": "npx",
"args": [
"-y",
"html-report"
]
}
}
}