debugpy-mcp
Related Servers
Alternatives to debugpy-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceMCP server for AI-assisted Python debugging using debugpy and Debug Adapter Protocol, enabling AI agents to run tests, set breakpoints, and inspect variables via natural language.8MIT
- 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
- FlicenseNot gradedqualityAmaintenanceAn MCP server and VS Code extension that enables AI clients to interactively debug code using breakpoints, execution control, and state inspection. It is language-agnostic and works with any debugger that supports VS Code's launch.json configurations.-
- FlicenseNot gradedqualityBmaintenanceAn AI debugging agent MCP server that enables autonomous plan-act-observe debugging workflows, allowing repository exploration, code inspection, human-approved edits, and test execution through structured MCP tools.-
- AlicenseAqualityDmaintenanceA Model Context Protocol server that bridges MCP and the Debug Adapter Protocol, enabling AI coding agents to launch and control debug sessions, set breakpoints, step through code, and inspect variables.17MIT
- AlicenseAqualityDmaintenanceAn MCP server that exposes Python debugging tools backed by debugpy, providing a focused debugging surface for local scripts.11MIT
TDQS
Scored across 8 tools
The tools have distinct names, but some overlap exists in functionality, such as debugpy_logs and debugpy_debugpy_logs, which could cause confusion. However, most tools like debugpy_attach and debugpy_breakpoint_plan target different aspects of debugging, helping to differentiate them.
All tool names follow a consistent pattern of prefixing with 'debugpy_' and using snake_case throughout, such as debugpy_attach and debugpy_breakpoint_plan. There are no deviations in naming conventions, making the set predictable and readable.
With 8 tools, this server is well-scoped for a debugging domain, providing a focused set without being overwhelming. Each tool appears to serve a specific purpose in debugging workflows, such as attaching, logging, and status checking, which is appropriate for the scope.
The tools cover key debugging operations like attaching, logging, and status, but there are notable gaps, such as missing tools for stepping through code, setting breakpoints dynamically, or handling variables. This could limit agents in performing comprehensive debugging tasks.