idamesh for Grok
io.github.jordanro2/idamesh
MCP server for IDA Pro: decompiler, disassembler, and analysis tools for MCP clients.
client:Grok
transport:stdio
runtime:pypi
Install idamesh in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"idamesh": {
"type": "stdio",
"command": "uvx",
"args": [
"idamesh"
],
"env": {
"IDADIR": "<IDADIR>"
}
}
}
}
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