Skip to content
Gemini CLI

Rogue Binary MCP for Gemini CLI

io.github.kirkderp/rbinmcp

Rust MCP server for binary analysis and reverse engineering.

client:Gemini CLI transport:stdio runtime:oci

Install Rogue Binary MCP in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Rogue Binary MCP in other clients