Skip to content
Windsurf

idamesh for Windsurf

io.github.jordanro2/idamesh

MCP server for IDA Pro: decompiler, disassembler, and analysis tools for MCP clients.

client:Windsurf transport:stdio runtime:pypi

Install idamesh in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "idamesh": {
      "command": "uvx",
      "args": [
        "idamesh"
      ],
      "env": {
        "IDADIR": "<IDADIR>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

idamesh in other clients