AI-driven live debugger with MCP bridge for Python, JS, TS, Rust, Java, C/C++
claude mcp add debugium -- npx -y @algiras/debugium
claude_desktop_config.json
{
"mcpServers": {
"debugium": {
"command": "npx",
"args": [
"-y",
"@algiras/debugium"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"debugium": {
"command": "npx",
"args": [
"-y",
"@algiras/debugium"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"debugium": {
"command": "npx",
"args": [
"-y",
"@algiras/debugium"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"debugium": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@algiras/debugium"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"debugium": {
"command": "npx",
"args": [
"-y",
"@algiras/debugium"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Algiras--debugium/reviews or the review_server meta-tool.
POST /mcp