MCPMarket
Sell SkillsPower Your AgentsConnect
  1. Home
  2. Servers
  3. X64dbg

X64dbg

WasdubyabyWasdubya
•
431
•
API Development
Developer Tools
Security & Testing

Enables interaction with the x64dbg debugger through a Model Context Protocol.

Related MCPs

View more
  • neondatabase-labs

    Neon

    Enables natural language interaction with the Neon Management API and databases through the Model Context Protocol.

  • mendableai

    Firecrawl

    Empowers LLMs with advanced web scraping capabilities for content extraction, crawling, and search functionalities.

  • GLips

    Figma Context

    Provides AI coding agents with simplified Figma layout information via the Model Context Protocol.

Related Skills

View all
  • openclaw

    Diagram Maker & Visualizer

    Generates professional SVG, HTML, and Excalidraw diagrams for software architecture, system flows, and educational concepts.

  • openclaw

    GH Issues Auto-Fixer

    Automates the end-to-end GitHub issue lifecycle by spawning sub-agents to implement code fixes, open pull requests, and resolve review comments.

  • openclaw

    Discord Integration

    Manages Discord operations including messaging, reactions, and channel management directly through Claude.

MCPMarket

Discover MCP servers that connect MCP clients like Claude and Cursor to your favorite tools. Browse the MCP Market to get started.

Browse

  • MCP Search
  • MCP Servers
  • MCP Clients
  • Agent Skills
  • MCP Market Hub
  • Categories
  • What is an MCP server?
  • Model Context Protocol

Rankings

  • Top MCPs Today
  • Top Agent Skills Today
  • Top 100 Agent Skills
  • Top 100 MCP Servers

About

  • News
  • Submit
  • Contact

© 2026 MCP Market. All rights reserved.·Privacy·Terms

This plugin facilitates communication between x64dbg and Large Language Models (LLMs), allowing for dynamic analysis to be controlled through natural language interaction. It currently supports key x64dbgSDK functions such as DbgCmdExec, DbgIsActive, GetModuleList, and FindMemBaseAddr, with plans to expand functionality to include more SDK features. It leverages an HTTP server, and is designed for easy setup, allowing users to control the debugger via conversational commands.

Key Features

01Locates memory base addresses via FindMemBaseAddr
02Checks debugger activity status with DbgIsActive
035 GitHub stars
04Retrieves the module list using GetModuleList
05Executes debugger commands via DbgCmdExec
06HTTP server interface for LLM communication

Use Cases

01Automating debugging tasks through natural language commands
02Integrating dynamic analysis into LLM-driven workflows
03Simplifying complex debugging processes with a conversational interface