ChaseKolozsy/debugpy-mcp-server
3.1
If you are the rightful owner of debugpy-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Debugpy MCP Server is a Model Context Protocol server that provides advanced debugging capabilities for Python programs using the debugpy library.
Tools
Functions exposed to the LLM to take actions
start_debug_session
Connect to a debugpy-enabled program.
stop_debug_session
Disconnect from debugging session.
set_breakpoint
Set a breakpoint at specified file and line.
continue_execution
Continue program execution.
inspect_variables
Get local and global variables at current position.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client