Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

idamesh in other clients