Xdebug
Rank #7,549io.github.kpanuragh/xdebug
MCP server providing xdebug capabilities
Xdebug is a Model Context Protocol (MCP) server published by kpanuragh. It ranks #7,549 of 115,460 servers tracked on MCP Toplist, and its repository has 25 GitHub stars. Xdebug is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Dec 9, 2025 and most recently updated on Mar 23, 2026.
Ranks ahead of 107,911 of 115,460 servers on MCP Toplist.
Use Xdebug
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add xdebug -- npx -y xdebug-mcp[mcp_servers.xdebug]
command = "npx"
args = ["-y", "xdebug-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"xdebug": {
"command": "npx",
"args": [
"-y",
"xdebug-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"xdebug": {
"command": "npx",
"args": [
"-y",
"xdebug-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"xdebug": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"xdebug-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"xdebug": {
"command": "npx",
"args": [
"-y",
"xdebug-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"xdebug": {
"command": "npx",
"args": [
"-y",
"xdebug-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.kpanuragh%2Fxdebug)<a href="https://mcptoplist.com/server/io.github.kpanuragh%2Fxdebug"><img src="https://mcptoplist.com/badge/io.github.kpanuragh%2Fxdebug.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
kpanuragh
Other servers by kpanuragh
View all kpanuragh servers →Available versions (4)
| Version | Published |
|---|---|
| 1.2.1 | Mar 23, 2026 |
| 1.0.3 | Dec 9, 2025 |
| 1.0.2 | Dec 9, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Xdebug?
- Xdebug is maintained by kpanuragh, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Xdebug listed on the Official MCP Registry?
- Yes — Xdebug is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Xdebug have?
- MCP Toplist tracks 4 versions of Xdebug, most recently published on Mar 23, 2026.
- Where can I find the source code for Xdebug?
- The source code for Xdebug is hosted at github.com/kpanuragh/xdebug-mcp.