kpanuragh/xdebug-mcp
MCP server for PHP Xdebug debugging - enables AI-assisted PHP debugging through the Model Context Protocol with Unix socket and TCP support
Platform-specific configuration:
{
"mcpServers": {
"xdebug-mcp": {
"command": "npx",
"args": [
"-y",
"xdebug-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...