oci ghcr.io/kirkderp/rbinmcp:1.3.0stdioupdated 3mo ago
This repository has been decommissioned and split into separate maintainable MCP servers:
What can you do with Rogue Binary MCP?
rbinmcp - Decommissioned
This repository has been decommissioned and split into separate maintainable MCP servers:
- r2 backend -> github.com/kirkderp/rbinr2
- Ghidra backend -> github.com/kirkderp/rbinghidra
- ILSpy (.NET) backend -> github.com/kirkderp/rbinilspy
All code and crates have been removed to avoid confusion. Use the individual repos above for binary analysis MCP tooling.
Install
Add Rogue Binary MCP to your client. Pick the one you use.
claude mcp add ghcr-io-kirkderp-rbinmcp-1-3-0 -- docker run -i --rm ghcr.io/kirkderp/rbinmcp:1.3.0codex mcp add ghcr-io-kirkderp-rbinmcp-1-3-0 -- docker run -i --rm ghcr.io/kirkderp/rbinmcp:1.3.0amp mcp add ghcr-io-kirkderp-rbinmcp-1-3-0 -- docker run -i --rm ghcr.io/kirkderp/rbinmcp:1.3.0{
"mcpServers": {
"ghcr-io-kirkderp-rbinmcp-1-3-0": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kirkderp/rbinmcp:1.3.0"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"ghcr-io-kirkderp-rbinmcp-1-3-0": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kirkderp/rbinmcp:1.3.0"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"ghcr-io-kirkderp-rbinmcp-1-3-0","command":"docker","args":["run","-i","--rm","ghcr.io/kirkderp/rbinmcp:1.3.0"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"ghcr-io-kirkderp-rbinmcp-1-3-0": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kirkderp/rbinmcp:1.3.0"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"ghcr-io-kirkderp-rbinmcp-1-3-0": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kirkderp/rbinmcp:1.3.0"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"ghcr-io-kirkderp-rbinmcp-1-3-0": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kirkderp/rbinmcp:1.3.0"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"ghcr-io-kirkderp-rbinmcp-1-3-0": {
"type": "local",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kirkderp/rbinmcp:1.3.0"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"ghcr-io-kirkderp-rbinmcp-1-3-0": {
"command": {
"path": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kirkderp/rbinmcp:1.3.0"
]
}
}
}
}Add to your Zed `settings.json`.
docker run -i --rm ghcr.io/kirkderp/rbinmcp:1.3.0Run `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation2/25
- Maintenance19/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 106 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.3.0Latest | May 6, 2026 |
| 1.2.0 | Apr 27, 2026 |
| 1.1.2 | Apr 26, 2026 |
| 1.1.1 | Apr 26, 2026 |
| 1.1.0 | Apr 26, 2026 |
| 1.0.0 | Apr 25, 2026 |
| 0.0.0 | Apr 25, 2026 |