x64dbg for Grok
io.github.bromoket/x64dbg
MCP server for x64dbg debugger - 23 mega-tools for AI-powered reverse engineering and debugging
client:Grok
transport:stdio
runtime:npm
Install x64dbg in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"x64dbg": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"x64dbg-mcp-server"
],
"env": {
"X64DBG_MCP_HOST": "<X64DBG_MCP_HOST>",
"X64DBG_MCP_PORT": "<X64DBG_MCP_PORT>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs