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
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 55 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add bromoket-x64dbg -- npx -y x64dbg-mcp-server
codex mcp add bromoket-x64dbg -- npx -y x64dbg-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"bromoket-x64dbg": {
"type": "local",
"command": [
"npx",
"-y",
"x64dbg-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add bromoket-x64dbg --command npx --arg -y --arg x64dbg-mcp-server
mcp_servers:
bromoket-x64dbg:
command: "npx"
args: ["-y", "x64dbg-mcp-server"] {
"mcpServers": {
"bromoket-x64dbg": {
"command": "npx",
"args": [
"-y",
"x64dbg-mcp-server"
]
}
}
} 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.
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.
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.
x64dbg_address_convert ~82
Convert Virtual Address (VA) to File Offset, or File Offset to VA
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | Conversion direction |
| address | string | — | Virtual address (required for va_to_file) |
| module | string | — | Module name (required for file_to_va) |
| offset | string | — | File 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
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | Information to get |
| query | string | — | Address 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
| Name | Type | Req | Description |
|---|---|---|---|
| action | — | yes | — |
No output schema declared.
No examples provided.
x64dbg_breakpoints ~35
Unified tool for all breakpoint operations (set, get, list, configure, toggle, remove)
| Name | Type | Req | Description |
|---|---|---|---|
| action | — | yes | — |
No output schema declared.
No examples provided.
x64dbg_command ~31
Execute x64dbg commands, scripts, eval expressions, or manage debug session
| Name | Type | Req | Description |
|---|---|---|---|
| action | — | yes | — |
No output schema declared.
No examples provided.
x64dbg_control_flow ~28
Get CFG/branch/loop info or manage function definitions
| Name | Type | Req | Description |
|---|---|---|---|
| action | — | yes | — |
No output schema declared.
No examples provided.
x64dbg_database ~53
List known constants, error codes, defined structs, or search strings in a module
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | Type of list to retrieve |
| module | string | — | Module name (required for strings action) |
No output schema declared.
No examples provided.
x64dbg_debug ~30
Execute core debugger actions (run, pause, step, state, etc.)
| Name | Type | Req | Description |
|---|---|---|---|
| action | — | yes | — |
No output schema declared.
No examples provided.
x64dbg_disassembly ~31
Disassemble or assemble instructions (at address, function, info, assemble)
| Name | Type | Req | Description |
|---|---|---|---|
| action | — | yes | — |
No output schema declared.
No examples provided.
x64dbg_dumping ~34
Dump modules, fix IAT, or get PE header/sections/imports/exports
| Name | Type | Req | Description |
|---|---|---|---|
| action | — | yes | — |
No output schema declared.
No examples provided.
x64dbg_exceptions ~30
Manage exception breakpoints, list Windows exception codes, or skip exceptions
| Name | Type | Req | Description |
|---|---|---|---|
| action | — | yes | — |
No output schema declared.
No examples provided.
x64dbg_handles ~32
List handles/tcp/windows/heaps, get handle name, or close a handle
| Name | Type | Req | Description |
|---|---|---|---|
| action | — | yes | — |
No output schema declared.
No examples provided.
x64dbg_memory ~33
Core memory operations: read, write, info, allocate, free, protect, map
| Name | Type | Req | Description |
|---|---|---|---|
| action | — | yes | — |
No output schema declared.
No examples provided.
x64dbg_modules ~32
List modules or get info (base, section, party) for a specific module
| Name | Type | Req | Description |
|---|---|---|---|
| action | — | yes | — |
No output schema declared.
No examples provided.
x64dbg_patches ~27
List, apply, restore patches or export patched module
| Name | Type | Req | Description |
|---|---|---|---|
| action | — | yes | — |
No output schema declared.
No examples provided.
x64dbg_process ~36
Get process info (basic, detailed, cmdline, elevated, dbversion) or set cmdline
| Name | Type | Req | Description |
|---|---|---|---|
| action | — | yes | — |
No output schema declared.
No examples provided.
x64dbg_registers ~35
Get or set CPU register values (all, specific, flags, avx512, set)
| Name | Type | Req | Description |
|---|---|---|---|
| action | — | yes | — |
No output schema declared.
No examples provided.
x64dbg_search ~28
Pattern/string search, symbol autocomplete, or get string at address
| Name | Type | Req | Description |
|---|---|---|---|
| action | — | yes | — |
No output schema declared.
No examples provided.
x64dbg_stack ~31
Stack operations: call stack, read raw, get pointers/SEH/comments
| Name | Type | Req | Description |
|---|---|---|---|
| action | — | yes | — |
No output schema declared.
No examples provided.
x64dbg_symbols ~25
Symbol, label, comment, and bookmark operations
| Name | Type | Req | Description |
|---|---|---|---|
| action | — | yes | — |
No output schema declared.
No examples provided.
x64dbg_threads ~36
Thread operations: list, get current/specific/teb/name, or switch/suspend/resume
| Name | Type | Req | Description |
|---|---|---|---|
| action | — | yes | — |
No output schema declared.
No examples provided.
x64dbg_tracing ~33
Execution tracing operations: step into/over, run, animate, get trace info
| Name | Type | Req | Description |
|---|---|---|---|
| action | — | yes | — |
No output schema declared.
No examples provided.
x64dbg_watchdog ~32
Check if a watch expression watchdog has been triggered
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | — | Watch ID (decimal) |
No output schema declared.
No examples provided.