Rogue Binary MCP for Zed
io.github.kirkderp/rbinmcp
Rust MCP server for binary analysis and reverse engineering.
client:Zed
transport:stdio
runtime:oci
Install Rogue Binary MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"rbinmcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kirkderp/rbinmcp:1.3.0"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs