Back to MCP Servers
PhpCodeArcheology
PHP static analysis MCP server for architecture and maintainability. 11 tools exposing 60+ code quality metrics, problem detection, refactoring priorities, dependency graphs, git hotspots, test coverage, and impact analysis. Installable via Composer.
developer-toolsairag
Installation
npx -y PhpCodeArcheologyConfiguration
{
"mcpServers": {
"PhpCodeArcheology": {
"command": "npx",
"args": ["-y", "PhpCodeArcheology"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes