Developer Tools
Trust: 34/100 (Limited)io.github.Algiras/debugium Guide
AI-driven live debugger with MCP bridge for Python, JS, TS, Rust, Java, C/C++
2 starsby Algiras
Quick Start
Install
npx @algiras/debugiumClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-algiras-debugium": {
"command": "npx",
"args": [
"@algiras/debugium"
]
}
}
}