Xdebug runs on your own machine — the client starts it, so there is no endpoint to ping. 455 installs a week from npm. Last commit 1 Aug 2026.
MCP server for PHP Xdebug debugging with breakpoints, stepping, and variable inspection
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add xdebug -- npx -y xdebug-mcp
{
"mcpServers": {
"xdebug": {
"args": [
"-y",
"xdebug-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.xdebug]
command = "npx"
args = ["-y", "xdebug-mcp"]
{
"mcpServers": {
"xdebug": {
"args": [
"-y",
"xdebug-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"xdebug": {
"args": [
"-y",
"xdebug-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.