Debugium runs on your own machine — the client starts it, so there is no endpoint to ping. 38 installs a week from npm. Last commit 16 Mar 2026.
AI-driven live debugger with MCP bridge for Python, JS, TS, Rust, Java, C/C++
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add debugium -- npx -y @algiras/debugium
{
"mcpServers": {
"debugium": {
"args": [
"-y",
"@algiras/debugium"
],
"command": "npx"
}
}
}
[mcp_servers.debugium]
command = "npx"
args = ["-y", "@algiras/debugium"]
{
"mcpServers": {
"debugium": {
"args": [
"-y",
"@algiras/debugium"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"debugium": {
"args": [
"-y",
"@algiras/debugium"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.