Back to Apps

Claude Debugs for You
Supports UIby jasonjmcghee
Enable LLMs to interactively debug code via breakpoints and expression evaluation in VS Code.
0 stars
Works in:Cursor
Exposes:Tools
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
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add the SSE address http://localhost:4711/sse to Cursor MCP settings.Claude Desktop
{
"mcpServers": {
"debug": {
"command": "node",
"args": [
"/path/to/mcp-debug.js"
]
}
}
}





