jasonjmcghee/claude-debugs-for-you
An MCP Server and VS Code Extension which enables (language agnostic) automatic debugging via breakpoints and expression evaluation.
Quick Start
Clone the repository:
git clone https://github.com/jasonjmcghee/claude-debugs-for-youClaude Desktop configuration example:
{
"mcpServers": {
"claude-debugs-for-you": {
"command": "npx",
"args": [
"-y",
"jasonjmcghee/claude-debugs-for-you"
]
}
}
}Check the repository README for specific installation and configuration instructions.