Xdebug runs on your own machine — the client starts it, so there is no endpoint to ping. 282 installs a week from npm. Last commit 10 Sep 2026.
MCP server for PHP Xdebug debugging with breakpoints, stepping, and variable inspection
Today is the operative word: we check Xdebug every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
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"
}
}
}
Debug any supported language with breakpoints, variable/state inspection, and stepping.
Chrome breakpoint debugging MCP server for inspecting runtime values and stepping through code
MCP server for JWT decoding and inspection
MCP server for React Native/Expo runtime debugging, inspection, and automation via Metro/CDP
MCP server for remote debugging with gdbserver
MCP server for Safari DevTools — browser debugging and automation for AI coding agents
Python MCP server for MySQL database inspection and querying
MCP server for interacting with Bazos.cz and Bazos.sk
Answers built from our own checks of this server.