MCP Server
MCP
io.github.bromoket/x64dbg
MCP server for x64dbg debugger - 23 mega-tools for AI-powered reverse engineering and debugging
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "x64dbg-mcp-server",
"version": "2.3.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Host where the x64dbg plugin REST API listens",
"format": "string",
"name": "X64DBG_MCP_HOST"
},
{
"description": "Port where the x64dbg plugin REST API listens",
"format": "string",
"name": "X64DBG_MCP_PORT"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment