🛠️

xdebug

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

Developer Tools stdio npm npmstdiokpanuragh
RUN IN TERMINAL
claude mcp add kpanuragh-xdebug -- npx -y xdebug-mcp
ADD TO claude_desktop_config.json
{ "mcpServers": { "kpanuragh-xdebug": { "command": "npx", "args": ["-y", "xdebug-mcp"] } } }
ADD TO .vscode/mcp.json
{ "mcpServers": { "kpanuragh-xdebug": { "command": "npx", "args": ["-y", "xdebug-mcp"] } } }
ADD TO .cursor/mcp.json
{ "mcpServers": { "kpanuragh-xdebug": { "command": "npx", "args": ["-y", "xdebug-mcp"] } } }

About This MCP Server

The io.github.kpanuragh/xdebug server is a Model Context Protocol server that enables PHP Xdebug debugging with features such as breakpoints, stepping, and variable inspection. It connects to the Xdebug tool, allowing developers to debug their PHP applications more effectively. Developers would use this server when they need to debug their PHP code and require a more detailed understanding of the application's state and behavior.

MCP server for PHP Xdebug debugging with breakpoints, stepping, and variable inspection. This is a Model Context Protocol (MCP) server that extends AI assistants like Claude with developer tools capabilities via the stdio transport.

Package

xdebug-mcp on npm

HOW TO USE

Select your AI client above to get the install command. This MCP server uses the stdio transport and is available on npm.

What tools does it provide?

The xdebug server extends your AI assistant with developer tools capabilities. Once installed, your AI can use its tools automatically.

DETAILS
README BADGE
Skills Playground MCP badge
[![Skills Playground](https://skillsplayground.com/badges/mcp/kpanuragh-xdebug.svg)](https://skillsplayground.com/mcps/kpanuragh-xdebug/)
SHARE
Share on X

Related MCP Servers

Get the best new skills
in your inbox

Weekly roundup of top Claude Code skills, MCP servers, and AI coding tips.