# io.github.bromoket/x64dbg (npm · x64dbg-mcp-server)

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

- Trust score: 60/100 (medium)
- Change this week: +17
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `x64dbg-mcp-server`: 60/100 (this document), [markdown](https://verifymcp.io/servers/bromoket-x64dbg/x64dbg-mcp-server.md), [page](https://verifymcp.io/servers/bromoket-x64dbg/x64dbg-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `x64dbg-mcp-server`
- Version: `2.3.0`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 55 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 40/100
  - AI-judged instruction clarity (poor).
  - Tool/resource definitions use about 823 tokens (~35/item across 23 items; 23 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 77/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 32% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add bromoket-x64dbg -- npx -y x64dbg-mcp-server
```

### Codex

```bash
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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add bromoket-x64dbg --command npx --arg -y --arg x64dbg-mcp-server
```

### Hermes

```yaml
mcp_servers:
  bromoket-x64dbg:
    command: "npx"
    args: ["-y", "x64dbg-mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "bromoket-x64dbg": {
      "command": "npx",
      "args": [
        "-y",
        "x64dbg-mcp-server"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 60, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-02 (score 56, +12)

- [security regression] Known CVEs: partial → unverified
- [security improvement] Malware scan: unverified → pass
- [functional regression] Dependency health: partial → unverified

### 2026-08-01 (score 44, +20)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [functional improvement] Schema quality: unverified → poor
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional] Licence: MIT

### 2026-07-31 (score 24, −19)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-27 (score 43)

First indexed and scored.

## MCP tools (23)

### `x64dbg_debug` (~30 tokens)

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

Input parameters:

- `action` (required)

### `x64dbg_registers` (~35 tokens)

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

Input parameters:

- `action` (required)

### `x64dbg_memory` (~33 tokens)

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

Input parameters:

- `action` (required)

### `x64dbg_disassembly` (~31 tokens)

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

Input parameters:

- `action` (required)

### `x64dbg_breakpoints` (~35 tokens)

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

Input parameters:

- `action` (required)

### `x64dbg_symbols` (~25 tokens)

Symbol, label, comment, and bookmark operations

Input parameters:

- `action` (required)

### `x64dbg_stack` (~31 tokens)

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

Input parameters:

- `action` (required)

### `x64dbg_threads` (~36 tokens)

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

Input parameters:

- `action` (required)

### `x64dbg_modules` (~32 tokens)

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

Input parameters:

- `action` (required)

### `x64dbg_search` (~28 tokens)

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

Input parameters:

- `action` (required)

### `x64dbg_command` (~31 tokens)

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

Input parameters:

- `action` (required)

### `x64dbg_analysis` (~54 tokens)

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

Input parameters:

- `action` (string, required): Information to get
- `query` (string): Address to look up (or mnemonic for mnemonic_brief)

### `x64dbg_database` (~53 tokens)

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

Input parameters:

- `action` (string, required): Type of list to retrieve
- `module` (string): Module name (required for strings action)

### `x64dbg_address_convert` (~82 tokens)

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

Input parameters:

- `action` (string, required): 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)

### `x64dbg_watchdog` (~32 tokens)

Check if a watch expression watchdog has been triggered

Input parameters:

- `id` (string): Watch ID (decimal)

### `x64dbg_tracing` (~33 tokens)

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

Input parameters:

- `action` (required)

### `x64dbg_dumping` (~34 tokens)

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

Input parameters:

- `action` (required)

### `x64dbg_antidebug` (~35 tokens)

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

Input parameters:

- `action` (required)

### `x64dbg_exceptions` (~30 tokens)

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

Input parameters:

- `action` (required)

### `x64dbg_process` (~36 tokens)

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

Input parameters:

- `action` (required)

### `x64dbg_handles` (~32 tokens)

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

Input parameters:

- `action` (required)

### `x64dbg_control_flow` (~28 tokens)

Get CFG/branch/loop info or manage function definitions

Input parameters:

- `action` (required)

### `x64dbg_patches` (~27 tokens)

List, apply, restore patches or export patched module

Input parameters:

- `action` (required)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/bromoket-x64dbg/x64dbg-mcp-server#diagnostics

## Score history

- 2026-08-03: 60
- 2026-08-02: 56
- 2026-08-01: 44
- 2026-07-31: 24
- 2026-07-30: 43
- 2026-07-28: 43
- 2026-07-27: 43

## Links

- npm package: https://www.npmjs.com/package/x64dbg-mcp-server
- Socket report: https://socket.dev/npm/package/x64dbg-mcp-server
- Repository: https://github.com/bromoket/x64dbg_mcp
- Changelog RSS feed: https://verifymcp.io/servers/bromoket-x64dbg/x64dbg-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/bromoket-x64dbg/x64dbg-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/bromoket-x64dbg/x64dbg-mcp-server
