X32dbg Mcp
@renqabs
About X32dbg Mcp
x64dbg x32 MCP server
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is X32dbg Mcp?
X32dbg Mcp is a simple MCP server implemented in Python, built on top of the x32dbg and x64dbg debuggers and the Lyscript plugin (LyScript.dp32). It is intended for users who want to integrate the Model Context Protocol with these debuggers via the LyScript ecosystem.
How to use X32dbg Mcp?
Users must edit the script’s network connection parameters (DEBUGGER_IP and DEBUGGER_PORT) to match those set in the x64dbg LyScript plugin configuration (LyScript.ini). The default values are 127.0.0.1 for DEBUGGER_IP and 6589 for DEBUGGER_PORT. For full installation and usage instructions, refer to the LyScript MCP component package available from the author's website.
Key features of X32dbg Mcp
- Python-based MCP server for x32dbg and x64dbg.
- Integrates with the LyScript plugin (LyScript.dp32).
- Configurable IP address and port parameters.
- Simple, lightweight implementation aligned with LyScript.
Use cases of X32dbg Mcp
- Remote or local debugging workflows using x32dbg/x64dbg and MCP.
- Automating debugger interactions through LyScript commands via MCP.
- Extending LyScript’s functionality with a standard MCP server interface.
FAQ from X32dbg Mcp
What are the default connection parameters?
The default IP is 127.0.0.1 and the default port is 6589. These must match the settings in LyScript.ini.
How do I ensure the MCP server connects to the debugger?
Set DEBUGGER_IP and DEBUGGER_PORT in the script to the same values configured in the x64dbg LyScript plugin’s .ini file.
Where can I find detailed installation and usage instructions?
Refer to the LyScript MCP component package provided by the plugin author.
What dependencies are required?
The server depends on Python, x32dbg/x64dbg, and the LyScript.dp32 plugin. No other runtime or authentication is mentioned in the README.
Frequently asked questions
What are the default connection parameters?
The default IP is `127.0.0.1` and the default port is `6589`. These must match the settings in `LyScript.ini`.
How do I ensure the MCP server connects to the debugger?
Set `DEBUGGER_IP` and `DEBUGGER_PORT` in the script to the same values configured in the x64dbg LyScript plugin’s `.ini` file.
Where can I find detailed installation and usage instructions?
Refer to the [LyScript MCP component package](https://lyscript.lyshark.com/down/LyScript.zip) provided by the plugin author.
What dependencies are required?
The server depends on Python, x32dbg/x64dbg, and the LyScript.dp32 plugin. No other runtime or authentication is mentioned in the README.
Basic information
More Other MCP servers
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Blender
ahujasidOpen-source MCP to use Blender with any LLM
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments