AI-driven live debugger with MCP bridge for Python, JS, TS, Rust, Java, C/C++
{
"mcpServers": {
"debugium": {
"args": [
"mcp"
],
"command": "debugium"
}
}
}AI-driven live debugger with MCP bridge for Python, JS, TS, Rust, Java, C/C++
Is it safe?
No known CVEs for debugpy.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 18 days ago. 4 stars.
Will it work with my client?
Transport: stdio, sse. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
Context cost
9 tools. ~500 tokens (0.2% of 200K).
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx debugpy 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
get_debug_contextOrient in one call — full snapshot of paused state, stack, locals, source, and breakpoints
step_untilStep until a condition is met
step_until_changeStep until a variable changes
run_until_exceptionResume execution until an exception is raised
explain_exceptionGet AI-driven analysis of an exception
get_call_treeGet the call tree structure
compare_snapshotsCompare variable snapshots from different breakpoints
find_first_changeFind the first location where a variable changed
attach_sessionAttach to a running debugger process
This server is missing a description.If you've used it, help the community.
Add informationLast scanned 2h ago
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.