This MCP server empowers AI agents to perform AI-assisted debugging of Python code via natural language. It provides comprehensive tooling, including machine-readable pytest JSON reports for test failures, and full control over live `debugpy` sessions using the Debug Adapter Protocol (DAP) for managing breakpoints, stepping through code, and inspecting variables. The server seamlessly integrates with MCP clients like VS Code and Claude Desktop, exposing a suite of tools to run tests, parse JSON reports, and issue DAP commands, thereby facilitating an efficient, AI-driven debugging workflow for developers.
Key Features
01Full Debug Adapter Protocol (DAP) control for debugpy sessions
02AI-assisted Python debugging via natural language
03Machine-readable pytest JSON reports for test failures
04Automated client configuration for VS Code and Claude Desktop
050 GitHub stars
06MCP server exposing tools for test execution and DAP commands