MCP Directory
Back

claude-debugs-for-you

by jasonjmcghee · TypeScript · ★ 507

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

#anthropic#autodebug#automation#claude#context#debug#debugging#debugging-tool#llm#mcp#model#model-context-protocol#protocol#vibe#vibe-coding#vibe-debugging#vscode#vscode-extension

Install

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

Claude Desktop config

Add this to your claude_desktop_config.json:

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

From the README

[](https://marketplace.visualstudio.com/items?itemName=JasonMcGhee.claude-debugs-for-you) _aka Vibe Debugging_ This is an [MCP](https://docs.anthropic.com/en/docs/build-with-claude/mcp) Server and VS Code extension which enables claude to interactively debug and evaluate expressions. That means it should also work with other models / clients etc. but I only demonstrate it with Claude Desktop and Continue here. It's language-agnostic, assuming debugger console support and valid launch.json for debugging in VSCode. 1. Download the extension from [releases](https://github.com/jasonjmcghee/cl…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers