by SetsunaYukiOvO · MCP Server · ★ 147
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
x64dbg MCP Server Plugin English | 中文 A Model Context Protocol (MCP) server implementation for x64dbg and x32dbg, enabling remote debugging through a JSON-RPC 2.0 interface. This plugin allows external applications and AI agents to interact with the debugger programmatically. Now supports both x64 and x86 architectures! Features Full MCP Specification Compliance: Implements all three core MCP building blocks Tools (79): AI-invokable debugging functions Resources (7 + 8 templates): Application-controlled context data sources Prompts (10): User-guided debugging workflow templates JSON-RPC 2.0 Protocol: Standard, language-agnostic interface Streamable HTTP transport (MCP 2025-03-26) on , plus legacy HTTP+SSE on for older clients Tools - AI-Controlled Debugging (79 functions): Execution control (init/run/pause/step/runto/restart/stop) Memory read/write/search/allocate Register access (50+ registers including GPR, SSE, AVX) Breakpoint management (software, hardware, memory, conditional, logging) Disassembly and symbol resolution Thread management (list, switch, suspend, resume) Stack trace and analysis Dump & Analysis (module dump, memory dump, packer detection, OEP detection) Script...
| Stars | 147 |
| Forks | 26 |
| Language | C++ |
| Category | MCP Server |
| License | MIT |
| Quality Score | 74.8274745116806/100 |
| Open Issues | 1 |
| Last Updated | 2026-05-25 |
| Created | 2025-11-20 |
| Platforms | mcp |
| Est. Tokens | ~37k |
Explore other popular mcp server tools:
x64dbg-mcp is MCP server plugin for x64dbg debugger - enables AI agents and external tools to control debugging via JSON-RPC 2.0 over HTTP/SSE;Develop with cursor/windsurf. It is categorized as a MCP Server with 147 GitHub stars.
x64dbg-mcp is primarily written in C++.
You can find installation instructions and usage details in the x64dbg-mcp GitHub repository at github.com/SetsunaYukiOvO/x64dbg-mcp. The project has 147 stars and 26 forks, indicating an active community.
x64dbg-mcp is released under the MIT license, making it free to use and modify according to the license terms.