idamesh for Cursor
io.github.jordanro2/idamesh
MCP server for IDA Pro: decompiler, disassembler, and analysis tools for MCP clients.
client:Cursor
transport:stdio
runtime:pypi
Install idamesh in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"idamesh": {
"type": "stdio",
"command": "uvx",
"args": [
"idamesh"
],
"env": {
"IDADIR": "<IDADIR>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs