io.github.bromoket/x64dbg✓
io.github.bromoket/x64dbg · v2.2.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.bromoket/x64dbg",
"description": "MCP server for x64dbg debugger - 23 mega-tools for AI-powered reverse engineering and debugging",
"repository": {
"url": "https://github.com/bromoket/x64dbg_mcp",
"source": "github"
},
"version": "2.2.1",
"packages": [
{
"registryType": "npm",
"identifier": "x64dbg-mcp-server",
"version": "2.2.1",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}