Developer Tools
Trust: 39/100 (Limited)io.github.kpanuragh/xdebug Guide
MCP server for PHP Xdebug debugging with breakpoints, stepping, and variable inspection
10 starsby kpanuragh
Quick Start
Install
npx xdebug-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-kpanuragh-xdebug": {
"command": "npx",
"args": [
"xdebug-mcp"
]
}
}
}