Enable any LLM (e.g. Claude) to interactively debug any language for you via MCP and a VS Code Extension
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"claude-debugs-for-yo": {
"command": "npx",
"args": [
"-y",
"jasonjmcghee/claude-debugs-for-you"
]
}
}
}
Run in terminal:
claude mcp add claude-debugs-for-yo npx -y jasonjmcghee/claude-debugs-for-you
Add to .cursor/mcp.json:
{
"mcpServers": {
"claude-debugs-for-yo": {
"command": "npx",
"args": [
"-y",
"jasonjmcghee/claude-debugs-for-you"
]
}
}
}