BeClaude

debugger

New
SmitheryDevelopmentby shubhamsaboo

Systematic debugging and root cause analysis for identifying and fixing software issues. Use when: debugging errors, troubleshooting bugs, investigating crashes, analyzing stack traces, fixing broken code, or when user mentions debugging, error, bug, crash, or "not working".

First seen 5/23/2026

Install & Usage

1
Open your MCP config
~/.claude.json
2
Add the server config

Add the configuration to "mcpServers": { "debugger": { "command": "...", "args": [] } }

3
Restart Claude Code
/mcp
View source on GitHub
coding

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is debugger?

Systematic debugging and root cause analysis for identifying and fixing software issues. Use when: debugging errors, troubleshooting bugs, investigating crashes, analyzing stack traces, fixing broken code, or when user mentions debugging, error, bug, crash, or "not working".

How to install debugger?

To install debugger: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "debugger": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.

What is debugger best for?

debugger is a mcp categorized under Development. It is designed for: coding. Created by shubhamsaboo.