Skip to main content
Developer ToolsTypeScript

jasonjmcghee/claude-debugs-for-you

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

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

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

Claude 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.

Details

Category
Developer Tools
Language
TypeScript
Author
jasonjmcghee