xdebug-mcp
PHP debugging, profiling, tracing, and coverage analysis
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install xdebug-mcp?โผ
Run `npx skills add koriym/xdebug-mcp --all -g -y` in your terminal to install all tools in this suite globally.
How to debug PHP without var_dump?โผ
Use the xstep or xtrace commands to capture variable values and execution flow at any line, returned as clean JSON without modifying your code.
How to find PHP performance bottlenecks?โผ
Run xprofile on your script to get precise timing and memory data, with bottlenecks listed in a structured JSON report.
Does xdebug-mcp work with Claude Code and Codex?โผ
Yes. It works through a Skill for coding agents with shell access, or as an MCP server for clients like Claude Desktop.
Can it debug Docker or legacy PHP code?โผ
Yes. All tools support Docker, Podman, and Kubectl, and can debug older PHP versions like 7.x as long as a compatible Xdebug 3.x is installed.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core