oci ghcr.io/kirkderp/rbinmcp:1.3.0stdioupdated 3mo ago
This repository has been decommissioned and split into separate maintainable MCP servers:
¿Qué puedes hacer con 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.
Instalación
Añade Rogue Binary MCP a tu cliente. Elige el que uses.
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.
Puntuación
39 / 100
Incompleta
- Documentación2/25
- Mantenimiento19/25
- Confianza6/20
- Capacidad0/15
- Instalación12/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
Historial de versiones
| Versiones | Publicada |
|---|---|
| 1.3.0Última | 6 may 2026 |
| 1.2.0 | 27 abr 2026 |
| 1.1.2 | 26 abr 2026 |
| 1.1.1 | 26 abr 2026 |
| 1.1.0 | 26 abr 2026 |
| 1.0.0 | 25 abr 2026 |
| 0.0.0 | 25 abr 2026 |