Claude Debugs for You
Supports UIby jasonjmcghee
Enable LLMs to interactively debug code via breakpoints and expression evaluation in VS Code.
What it does
Connects an MCP client to the VS Code debugger, allowing the AI to step through code, set breakpoints, and inspect variables in real-time across various languages.
Tools
debug: Core tool for accessing the VS Code debug session, evaluating expressions, and controlling execution flow.
Installation
Add the following to your claude_desktop_config.json (replace the path with the one copied from the VS Code command palette):
{
"mcpServers": {
"debug": {
"command": "node",
"args": [
"/path/to/mcp-debug.js"
]
}
}
}
Supported hosts
- Claude Desktop
- Continue
- Cursor
Quick install
Install the 'Claude Debugs for You' extension from the VS Code MarketplaceInformation
- Pricing
- free
- Published
- 4/11/2026
- stars







