idamesh for Claude Desktop
io.github.jordanro2/idamesh
MCP server for IDA Pro: decompiler, disassembler, and analysis tools for MCP clients.
client:Claude Desktop
transport:stdio
runtime:pypi
Install idamesh in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"idamesh": {
"command": "uvx",
"args": [
"idamesh"
],
"env": {
"IDADIR": "<IDADIR>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs