mcpbeat Sign in

x64dbg MCP Server

local only

x64dbg MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 16 Sep 2026.

Windows x64dbg/x32dbg debugging with guarded sessions, breakpoints, memory and runtime evidence.

Installs / week
not published
2
Stars
0 open issues
16 Sep 2026
Last commit
from GitHub
GPL-3.0
License
Python

What the code does

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

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a dangerous call ValidateDump.dump_path → src/ext_tools.py:2226, EnsureDebugger.arch → src/runtime_sections/00_bootstrap_and_session.py:3792, EnsureDebugger.arch → src/runtime_sections/00_bootstrap_and_session.py:3817 и ещё 1
                process = subprocess.Popen(
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.

Builds a file path from a variable src/runtime_sections/40_unpack_and_dump.py:4298
        requested_output = os.path.join(source_dir, f"{stem}.live{extension or '.bin'}")
Executes code built at runtime src/x64dbg.py:37, src/x64dbg_runtime.py:34
_RUNTIME_SOURCE = _RUNTIME_PATH.read_text(encoding="utf-8")
exec(compile(_RUNTIME_SOURCE, str(_RUNTIME_PATH), "exec"), globals(), globals())
Dumps the whole environment tools/corpus.py:584
        inherited_environment = _sanitized_command_environment(dict(os.environ))

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

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Alternatives to x64dbg MCP

same job, measured the same way
Xdebug
by kpanuragh

MCP server for PHP Xdebug debugging with breakpoints, stepping, and variable inspection

282 installs/wk local only
Chrome Debugger MCP
by bitepro

Chrome breakpoint debugging MCP server for inspecting runtime values and stepping through code

47 installs/wk local only
Charles Local MCP
by eason0in

Guarded local Charles Proxy automation and bounded XML session evidence

local only
Knowledge MCP
by fulminate-io

Persistent memory graph for coding agents: hypotheses, evidence, and decisions survive sessions.

local only
.NET Debugger for MCP
by nevse

Give an AI agent a real .NET debugger: breakpoints, stepping, locals, expression evaluation.

local only
Project Memory
by dankaro-projects

Local decisions, evidence, outcomes and reviewed lessons with bounded retrieval and an HTML viewer.

local only
Seam Runtime
by blackhatshiftey

SEAM: local-first memory runtime for AI agents, with retrieval and glassbox provenance over MCP.

46 installs/wk local only
Hive Intelligence MCP
by hiveintelligence

Evidence-backed crypto due diligence with sources, freshness, and a runtime receipt on every call.

873 installs/wk 8 tools answering

x64dbg MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for x64dbg MCP?
x64dbg MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is x64dbg MCP open source?
Yes — it is published under the GPL-3.0 licence, written in Python and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.