Back to MCP Servers
Claude Debugs For You
An MCP Server and VS Code Extension which enables (language agnostic) automatic debugging via breakpoints and expression evaluation.
developer-tools
By jasonjmcghee
Installation
npx -y claude-debugs-for-youConfiguration
{
"mcpServers": {
"claude-debugs-for-you": {
"command": "npx",
"args": ["-y", "claude-debugs-for-you"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes