AI / MLTypeScript

claude-debugs-for-you

Enable any LLM (e.g. Claude) to interactively debug any language for you via MCP and a VS Code Extension.

Free
N/A rating (0 reviews)0 installs503 GitHub stars
debuggingVS CodeMCP

This MCP Server and VS Code extension allows users to leverage Claude or other language models to debug and evaluate code interactively. It is designed to be language-agnostic, meaning it can support various programming languages as long as there is debugger console support and a valid launch.json configuration in VS Code. Users can install the extension easily and access its features through a status menu in the VS Code interface. Once installed, users can initiate debugging sessions, view available commands, and utilize the interactive capabilities of the language model to troubleshoot and refine their code. The extension aims to enhance the debugging experience by providing real-time assistance and insights from the language model, making it a valuable tool for developers looking to improve their coding efficiency.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "claude-debugs-for-you": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-claude-debugs-for-you"
      ]
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.

Permissions

ok0
ok1