Home › Other › xdebug-mcp

xdebug-mcp

MCP server for PHP Xdebug debugging with breakpoints, stepping, and variable inspection

TypeScript
★ 26 stars Last pushed 2026-09-10 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.2.1)

npx -y xdebug-mcp@1.2.1

Or add to your MCP client config:

{
  "mcpServers": {
    "xdebug-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "xdebug-mcp@1.2.1"
      ]
    }
  }
}

Related servers

Data from the Official MCP Registry