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
{
"mcpServers": {
"idamesh": {
"command": "uvx",
"args": [
"idamesh"
],
"env": {
"IDADIR": "<IDADIR>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs