MCP Debugger
Related Servers
Alternatives to MCP Debugger
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceProvides debugging capabilities for Python, C, C++, Rust, Swift, and more through the Debug Adapter Protocol, enabling breakpoints, step-by-step evaluation, and stack traces.6 npm4MIT
- AlicenseCqualityAmaintenanceEnables AI agents to perform step-through debugging of Python, JavaScript/Node.js, and Rust programs using the Debug Adapter Protocol, with support for breakpoints, variable inspection, and stack traces.21165MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to perform interactive Python debugging with breakpoints, step execution, and variable inspection using the Debug Adapter Protocol (DAP) through an MCP server interface.81MIT
- AlicenseAqualityBmaintenanceEnables any MCP client to debug programs through the Debug Adapter Protocol, supporting launch/attach, breakpoints, stepping, variable inspection, evaluation, and memory operations via a single debug tool.1260 npmMIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to debug code inside VS Code by setting breakpoints, stepping through execution, inspecting variables, and evaluating expressions across multiple languages.496MIT

Debugger MCPofficial
AlicenseNot gradedqualityDmaintenanceEnables AI agents like Claude to control VS Code's debugger, supporting any language with a Debug Adapter Protocol implementation.2MIT
TDQS
Scored across 21 tools
Tools have largely distinct purposes, but trace collection is distributed across multiple tools (set_breakpoint with dumpFile, continue with collectHits, step_and_trace, get_traces) which could cause confusion about which to use.
All tool names follow a consistent verb_noun pattern with clear verbs (create, get, set, remove, step_*, etc.) and no mixing of naming conventions.
With 21 tools, the server covers debugger functionality comprehensively. While slightly on the higher side, each tool serves a specific purpose and the count is reasonable for a full-featured debugger.
The tool set covers session management, breakpoints, stepping, state inspection, and tracing. Minor gaps exist (e.g., no explicit watch expressions or variable modification), but core debugging workflows are well-supported.