MCPVault

debug_python_repro

MCP tool from Vibe Debug by illscience

best first tool for a reproducible Python bug. It launches a Python script under debugpy, sets breakpoints, continues to the first stop, and returns stack plus top-frame locals.

How to use it

debug_python_repro is exposed by the Vibe Debug MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the debug_python_repro tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

Install Vibe Debug

$npx -y github:illscience/vibe-debug doctor
FULL VIBE DEBUG LISTING