Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.bromoket/x64dbg

NPM · X64DBG-MCP-SERVER · SCANNED AUG 3

MCP server for x64dbg debugger - 23 mega-tools for AI-powered reverse engineering and debugging

Available components

+17 this week 60 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability40
  • AI-judged instruction clarity (poor).Fail
  • Tool/resource definitions use about 823 tokens (~35/item across 23 items; 23 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage77
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 32% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · x64dbg-mcp-server

# add to Claude Code
claude mcp add bromoket-x64dbg -- npx -y x64dbg-mcp-server
# add to Codex CLI
codex mcp add bromoket-x64dbg -- npx -y x64dbg-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "bromoket-x64dbg": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "x64dbg-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add bromoket-x64dbg --command npx --arg -y --arg x64dbg-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  bromoket-x64dbg:
    command: "npx"
    args: ["-y", "x64dbg-mcp-server"]
// mcp.json
{
  "mcpServers": {
    "bromoket-x64dbg": {
      "command": "npx",
      "args": [
        "-y",
        "x64dbg-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 2 Aug 26 +12
    • Known CVEs: partial → unverified security
    • Malware scan: unverified → pass security
    • Dependency health: partial → unverified functional
  • 1 Aug 26 +20
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Schema quality: unverified → poor functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Licence: MIT functional
  • 31 Jul 26 −19
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 43

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 23 exposed · ~823 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
x64dbg_address_convert ~82

Convert Virtual Address (VA) to File Offset, or File Offset to VA

NameTypeReqDescription
actionstringyesConversion direction
addressstringVirtual address (required for va_to_file)
modulestringModule name (required for file_to_va)
offsetstringFile offset hex (required for file_to_va)

No output schema declared.

No examples provided.

x64dbg_analysis ~54

Get function info, xrefs, basic blocks or source location for an address

NameTypeReqDescription
actionstringyesInformation to get
querystringAddress to look up (or mnemonic for mnemonic_brief)

No output schema declared.

No examples provided.

x64dbg_antidebug ~35

Anti-debugging analysis: Read PEB/TEB/DEP, or hide debugger

NameTypeReqDescription
actionyes

No output schema declared.

No examples provided.

x64dbg_breakpoints ~35

Unified tool for all breakpoint operations (set, get, list, configure, toggle, remove)

NameTypeReqDescription
actionyes

No output schema declared.

No examples provided.

x64dbg_command ~31

Execute x64dbg commands, scripts, eval expressions, or manage debug session

NameTypeReqDescription
actionyes

No output schema declared.

No examples provided.

x64dbg_control_flow ~28

Get CFG/branch/loop info or manage function definitions

NameTypeReqDescription
actionyes

No output schema declared.

No examples provided.

x64dbg_database ~53

List known constants, error codes, defined structs, or search strings in a module

NameTypeReqDescription
actionstringyesType of list to retrieve
modulestringModule name (required for strings action)

No output schema declared.

No examples provided.

x64dbg_debug ~30

Execute core debugger actions (run, pause, step, state, etc.)

NameTypeReqDescription
actionyes

No output schema declared.

No examples provided.

x64dbg_disassembly ~31

Disassemble or assemble instructions (at address, function, info, assemble)

NameTypeReqDescription
actionyes

No output schema declared.

No examples provided.

x64dbg_dumping ~34

Dump modules, fix IAT, or get PE header/sections/imports/exports

NameTypeReqDescription
actionyes

No output schema declared.

No examples provided.

x64dbg_exceptions ~30

Manage exception breakpoints, list Windows exception codes, or skip exceptions

NameTypeReqDescription
actionyes

No output schema declared.

No examples provided.

x64dbg_handles ~32

List handles/tcp/windows/heaps, get handle name, or close a handle

NameTypeReqDescription
actionyes

No output schema declared.

No examples provided.

x64dbg_memory ~33

Core memory operations: read, write, info, allocate, free, protect, map

NameTypeReqDescription
actionyes

No output schema declared.

No examples provided.

x64dbg_modules ~32

List modules or get info (base, section, party) for a specific module

NameTypeReqDescription
actionyes

No output schema declared.

No examples provided.

x64dbg_patches ~27

List, apply, restore patches or export patched module

NameTypeReqDescription
actionyes

No output schema declared.

No examples provided.

x64dbg_process ~36

Get process info (basic, detailed, cmdline, elevated, dbversion) or set cmdline

NameTypeReqDescription
actionyes

No output schema declared.

No examples provided.

x64dbg_registers ~35

Get or set CPU register values (all, specific, flags, avx512, set)

NameTypeReqDescription
actionyes

No output schema declared.

No examples provided.

x64dbg_search ~28

Pattern/string search, symbol autocomplete, or get string at address

NameTypeReqDescription
actionyes

No output schema declared.

No examples provided.

x64dbg_stack ~31

Stack operations: call stack, read raw, get pointers/SEH/comments

NameTypeReqDescription
actionyes

No output schema declared.

No examples provided.

x64dbg_symbols ~25

Symbol, label, comment, and bookmark operations

NameTypeReqDescription
actionyes

No output schema declared.

No examples provided.

x64dbg_threads ~36

Thread operations: list, get current/specific/teb/name, or switch/suspend/resume

NameTypeReqDescription
actionyes

No output schema declared.

No examples provided.

x64dbg_tracing ~33

Execution tracing operations: step into/over, run, animate, get trace info

NameTypeReqDescription
actionyes

No output schema declared.

No examples provided.

x64dbg_watchdog ~32

Check if a watch expression watchdog has been triggered

NameTypeReqDescription
idstringWatch ID (decimal)

No output schema declared.

No examples provided.