idamesh for Zed
io.github.jordanro2/idamesh
MCP server for IDA Pro: decompiler, disassembler, and analysis tools for MCP clients.
client:Zed
transport:stdio
runtime:pypi
Install idamesh in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"idamesh": {
"command": "uvx",
"args": [
"idamesh"
],
"env": {
"IDADIR": "<IDADIR>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs