X64Dbg
Rank #6,040io.github.bromoket/x64dbg
MCP server for x64dbg debugger - 23 mega-tools for AI-powered reverse engineering and debugging
X64Dbg is a Model Context Protocol (MCP) server published by bromoket. It ranks #6,040 of 132,046 servers tracked on MCP Toplist, and its repository has 125 GitHub stars. X64Dbg is listed across 3 registries — Official MCP, PulseMCP and Glama, with 5 tracked versions. It was first listed on Feb 18, 2026 and most recently updated on Jun 8, 2026.
Ranks ahead of 126,006 of 132,046 servers on MCP Toplist.
Use X64Dbg
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add x64dbg -e "X64DBG_MCP_HOST=<your X64DBG_MCP_HOST>" -e "X64DBG_MCP_PORT=<your X64DBG_MCP_PORT>" -- npx -y x64dbg-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.x64dbg]
command = "npx"
args = ["-y", "x64dbg-mcp-server"]
[mcp_servers.x64dbg.env]
X64DBG_MCP_HOST = "<your X64DBG_MCP_HOST>"
X64DBG_MCP_PORT = "<your X64DBG_MCP_PORT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"x64dbg": {
"command": "npx",
"args": [
"-y",
"x64dbg-mcp-server"
],
"env": {
"X64DBG_MCP_HOST": "<your X64DBG_MCP_HOST>",
"X64DBG_MCP_PORT": "<your X64DBG_MCP_PORT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"x64dbg": {
"command": "npx",
"args": [
"-y",
"x64dbg-mcp-server"
],
"env": {
"X64DBG_MCP_HOST": "<your X64DBG_MCP_HOST>",
"X64DBG_MCP_PORT": "<your X64DBG_MCP_PORT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"x64dbg": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"x64dbg-mcp-server"
],
"env": {
"X64DBG_MCP_HOST": "<your X64DBG_MCP_HOST>",
"X64DBG_MCP_PORT": "<your X64DBG_MCP_PORT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"x64dbg": {
"command": "npx",
"args": [
"-y",
"x64dbg-mcp-server"
],
"env": {
"X64DBG_MCP_HOST": "<your X64DBG_MCP_HOST>",
"X64DBG_MCP_PORT": "<your X64DBG_MCP_PORT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"x64dbg": {
"command": "npx",
"args": [
"-y",
"x64dbg-mcp-server"
],
"env": {
"X64DBG_MCP_HOST": "<your X64DBG_MCP_HOST>",
"X64DBG_MCP_PORT": "<your X64DBG_MCP_PORT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.bromoket%2Fx64dbg)<a href="https://mcptoplist.com/server/io.github.bromoket%2Fx64dbg"><img src="https://mcptoplist.com/badge/io.github.bromoket%2Fx64dbg.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
bromoket
Available versions (5)
| Version | Published |
|---|---|
| 2.3.0 | Jun 8, 2026 |
| 2.2.2 | Jun 8, 2026 |
| 2.2.1 | Feb 23, 2026 |
| 2.2.0 | Feb 23, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains X64Dbg?
- X64Dbg is maintained by bromoket, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is X64Dbg listed on the Official MCP Registry?
- Yes — X64Dbg is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does X64Dbg have?
- MCP Toplist tracks 5 versions of X64Dbg, most recently published on Jun 8, 2026.
- Where can I find the source code for X64Dbg?
- The source code for X64Dbg is hosted at github.com/bromoket/x64dbg_mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.