Rogue Binary MCP

Rust MCP server for binary analysis and reverse engineering.

People who need these tools inside Claude, Cursor, VS Code, or another MCP client.

REPOSITORY REMOVED

LAST COMMIT unknown · VERIFIED 2026-09-18

how we verify → /methodology

01 · Install Rogue Binary MCP

Docker

docker run -i --rm ghcr.io/kirkderp/rbinmcp:1.3.0

Claude Desktop - add to config

{
  "mcpServers": {
    "kirkderp-rbinmcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/kirkderp/rbinmcp:1.3.0"
      ]
    }
  }
}
Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as container (OCI image) - can be sandboxed away from your filesystem

license no standard license detected - usage rights unclear; check the repo before commercial use

registry namespace io.github.kirkderp is GitHub-verified and matches the repo owner

03 · Who maintains Rogue Binary MCP

Rogue Binary MCP is maintained by kirkderp. It's the only MCP server we track from this author.

04 · Facts

category
other - vanished as of 2026-09-18.
registry
io.github.kirkderp/rbinmcp (active, first published 2026-04-25 · 7 versions)
packages
oci:ghcr.io/kirkderp/rbinmcp:1.3.0

05 · Rogue Binary MCP FAQ

What is Rogue Binary MCP?

Rust MCP server for binary analysis and reverse engineering.

Is Rogue Binary MCP still maintained?

Its last commit was unknown (as of 2026-09-18) - we classify it as vanished.

How do I install Rogue Binary MCP?

Run `docker run -i --rm ghcr.io/kirkderp/rbinmcp:1.3.0`. You can also paste the ready-made client config above.

06 · Alternatives to Rogue Binary MCP