Claude Debugs For You provides an MCP server and VS Code extension that enables Claude and other language models to interactively debug code by executing debugger commands and evaluating expressions within VS Code's debugging environment. The server is language-agnostic and works with any debugger that supports console interaction and has a valid launch.json configuration, supporting multiple connection modes including stdio for Claude Desktop and SSE for clients like Cursor. This enables LLMs to perform interactive debugging workflows rather than relying solely on static code analysis.
claude mcp add --transport stdio jasonjmcghee-claude-debugs-for-you uvx claude-debugs-for-you