mcpbeat Sign in

Debugium MCP Server

local only

Debugium runs on your own machine — the client starts it, so there is no endpoint to ping. 32 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++

Installs per day peak 15 · avg 6 · -10% w/w
a month agotoday
32
Installs / week
npm · @algiras/debugium
4
Stars
1 open issues
16 Mar 2026
Last commit
0 releases in 90 days
License
Rust

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node npm/install.js
Runs an external command dap_cli/client.py:34
        self.process = subprocess.Popen(
    execSync(`tar xzf "${tmp}" -C "${BIN_DIR}"`, { stdio: "inherit" });
Builds a file path from a variable npm/install.js:60, [пакет] npm/install.js:60
    const tmp = path.join(BIN_DIR, asset);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add debugium -- npx -y @algiras/debugium
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "debugium": {
      "args": [
        "-y",
        "@algiras/debugium"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.debugium]
command = "npx"
args = ["-y", "@algiras/debugium"]
.cursor/mcp.json
{
  "mcpServers": {
    "debugium": {
      "args": [
        "-y",
        "@algiras/debugium"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "debugium": {
      "args": [
        "-y",
        "@algiras/debugium"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Debugium

same job, measured the same way
Mcacp
by oortonaut

MCP-to-ACP bridge — let any MCP client drive ACP coding agents

125 installs/wk local only
E2e Runner
by fastslack

JSON-driven E2E test runner with parallel Chrome pool execution and 16 MCP tools.

53 installs/wk local only
Leanforge MCP
by sandraschi

MCP server for AI-driven formal proof search in Lean 4

local only
Godot MCP
by tugcantopaloglu

MCP server for full Godot 4.x engine control with 165 tools for AI-driven game development

92 installs/wk local only
Rivemcp
by paradoxsyn

MCP server for creating and editing Rive (.riv) animation files. 139 tools for AI-driven animation.

615 installs/wk local only
Beckett - MCP for Godot
by beckettlab

MCP server embedded in the Godot 4 editor; drive Godot with AI, zero sidecar.

local only
I
Decixa MCP
by koki-socialgist

Decixa MCP Server — intent-driven API discovery and selection for AI agents.

local only
AI Architect MCP Spec
by cdeust

PRD verification and host-driven generation with multi-judge consensus across 17 MCP tools.

local only

Debugium — questions

Answers built from our own checks of this server.

Why is there no uptime for Debugium?
Debugium runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @algiras/debugium was installed 32 times last week.
How do I connect Debugium?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @algiras/debugium straight from npm; nothing to host, nothing to sign up for.
How many people use Debugium?
The npm package @algiras/debugium was installed 32 times in the last week. Week over week that is -10%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Debugium open source?
We cannot say either way: written in Rust, 4 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.