jasonjmcghee/claude-debugs-for-you
by Various
Enable any LLM (e.g. Claude) to interactively debug any language for you via MCP and a VS Code Extension
MCP
jasonjmcghee/claude-debugs-for-you
Added 1 June 2026
Overview
Enables LLMs like Claude to debug code interactively in any programming language. Works through the Model Context Protocol (MCP) and a VS Code extension. The LLM can step through code, inspect variables, and fix issues.
Best for
Best for
Developers who want an interactive LLM debugging assistant within VS Code
Use cases
- Debugging a failing test case
- Finding root cause of runtime errors
- Stepping through unfamiliar code with LLM assistance
How to use
Tools exposed
debug
Tested with
Claude Desktop, Cursor, Continue, VS Code
Example client config
{\n "mcpServers": {\n "debug": {\n "command": "node",\n "args": [\n "/path/to/mcp-debug.js"\n ]\n }\n }\n} Notes
Enables LLMs like Claude to debug code interactively in any programming language. Works through the Model Context Protocol (MCP) and a VS Code extension. The LLM can step through code, inspect variables, and fix issues.
510 stars on GitHub. Last updated 2025-12-20. Licensed MIT.
Use cases
- Debugging a failing test case
- Finding root cause of runtime errors
- Stepping through unfamiliar code with LLM assistance
Pros
- Works with multiple LLMs (Claude, etc.)
- Supports debugging in any language
- Open source with active community (510 stars)
Cons
- Requires VS Code and MCP setup
- Interactive debugging may be slower than automated analysis
- Depends on LLM’s ability to understand code context
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Works with multiple LLMs (Claude, etc.)
- Supports debugging in any language
- Open source with active community (510 stars)
Cons
- Requires VS Code and MCP setup
- Interactive debugging may be slower than automated analysis
- Depends on LLM's ability to understand code context
Open-source & AI alternatives
Swap-in tools that solve the same job. Weigh the trade-offs before you commit.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.
