MCP server for PHP Xdebug debugging with breakpoints, stepping, and variable inspection
An MCP (Model Context Protocol) server that provides PHP debugging capabilities through Xdebug's DBGp protocol. This allows AI assistants like Claude to directly debug PHP applications. Full Debug Control: Step into, step over, step out, continue, stop Breakpoints: Line breakpoints, conditional breakpoints, exception breakpoints, function call breakpoints Variable Inspection: View all variables,…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
An MCP (Model Context Protocol) server that provides PHP debugging capabilities through Xdebug's DBGp protocol. This allows AI assistants like Claude to directly debug PHP applications. Full Debug Control: Step into, step over, step out, continue, stop Breakpoints: Line breakpoints, conditional breakpoints, exception breakpoints, function call breakpoints Variable Inspection: View all variables, get specific variables, set variable values Expression Evaluation: Evaluate PHP expressions in the…