Skip to content
Back to search
30
MCP

io.github.kpanuragh/xdebug

io.github.kpanuragh/xdebug

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

Uptime
0.0%
20 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

io.github.daedalus/mcp-gdbserver
MCP server for remote debugging with gdbserver
0 tools
io.github.bromoket/x64dbg
MCP server for x64dbg debugger - 23 mega-tools for AI-powered reverse engineering and debugging
0 tools
@frontend-debugger/server
MCP server for frontend UI debugging — component inspection, visual regression, a11y auditing, and session replay via CDP
0 tools
io.github.rukh-debug/rustypaste-mcp
An MCP server that wraps the rustypaste API
0 tools
Chrome Debugger MCP
Chrome breakpoint debugging MCP server for inspecting runtime values and stepping through code
0 tools
Chrome Debugger MCP
Chrome breakpoint debugging MCP server for inspecting runtime values and stepping through code
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.kpanuragh/xdebug": {
      "url": "None",
      "transport": "http"
    }
  }
}