jasonjmcghee/claude-debugs-for-you
Enable any LLM (e.g. Claude) to interactively debug any language for you via MCP and a VS Code Extension
The MCP server exposes interactive debugging capabilities—setting breakpoints, evaluating expressions, and inspecting stack frames—through a standardized tool interface that any LLM client can consume. It bridges VS Code's native debugger (via launch.json) with Claude or other models, supporting both stdio transport (for Claude Desktop) and SSE endpoints (for Cursor/Continue), making it language-agnostic across Python, JavaScript, and other debugger-enabled runtimes.
495 stars. Available on npm.
Stars
495
Forks
42
Language
TypeScript
License
MIT
Category
Last pushed
Dec 20, 2025
Commits (30d)
0
Dependencies
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/jasonjmcghee/claude-debugs-for-you"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
isaacphi/mcp-language-server
mcp-language-server gives MCP enabled clients access semantic tools like get definition,...
tjx666/vscode-mcp
MCP server for Claude Code/VSCode/Cursor/Windsurf to use editor self functionality. ⚡ Get...
VikashLoomba/copilot-mcp
A VSCode extension that lets you find and install Agent Skills and MCP Apps to use with GitHub...
biegehydra/BifrostMCP
VSCode Extension with an MCP server that exposes semantic tools like Find Usages and Rename to LLMs
ProfessioneIT/lsp-mcp-server
An MCP (Model Context Protocol) server that bridges Claude Code to Language Server Protocol...