Skip to content
Cline

Rogue Binary MCP for Cline

io.github.kirkderp/rbinmcp

Rust MCP server for binary analysis and reverse engineering.

client:Cline transport:stdio runtime:oci

Install Rogue Binary MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "rbinmcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/kirkderp/rbinmcp:1.3.0"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Rogue Binary MCP in other clients