oci ghcr.io/kirkderp/rbinmcp:1.3.0stdioupdated 3mo ago
This repository has been decommissioned and split into separate maintainable MCP servers:
Was kannst du mit Rogue Binary MCP machen?
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.
Installation
Rogue Binary MCP zu deinem Client hinzufügen. Wähl den, den du nutzt.
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
Unvollständig
- Dokumentation2/25
- Pflege19/25
- Vertrauen6/20
- Funktionsumfang0/15
- Installation12/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
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 1.3.0Aktuell | 6. Mai 2026 |
| 1.2.0 | 27. Apr. 2026 |
| 1.1.2 | 26. Apr. 2026 |
| 1.1.1 | 26. Apr. 2026 |
| 1.1.0 | 26. Apr. 2026 |
| 1.0.0 | 25. Apr. 2026 |
| 0.0.0 | 25. Apr. 2026 |