developer tools

Claude Debugs For You

An MCP Server and VS Code Extension which enables (language agnostic) automatic debugging via breakpoints and expression evaluation.

typescript
local
developer tools
0
View on GitHub

Installation

npx -y jasonjmcghee/claude-debugs-for-you

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "claude-debugs-for-you",
  "command": "npx",
  "args": [
    "-y",
    "jasonjmcghee/claude-debugs-for-you"
  ]
}

About This MCP Server

jasonjmcghee/claude-debugs-for-you

An MCP Server and VS Code Extension which enables (language agnostic) automatic debugging via breakpoints and expression evaluation.

GitHub: https://github.com/jasonjmcghee/claude-debugs-for-you

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub