Rogue Binary MCP
Rank #10,106io.github.kirkderp/rbinmcp
Rust MCP server for binary analysis and reverse engineering.
Rogue Binary MCP is a Model Context Protocol (MCP) server published by kirkderp. It ranks #10,106 of 132,113 servers tracked on MCP Toplist, and its repository has 23 GitHub stars. Rogue Binary MCP is listed across 2 registries — Official MCP and PulseMCP, with 7 tracked versions. It was first listed on Apr 8, 2026 and most recently updated on May 6, 2026.
Ranks ahead of 122,007 of 132,113 servers on MCP Toplist.
Use Rogue Binary MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add rbinmcp -- docker run -i --rm ghcr.io/kirkderp/rbinmcp:1.3.0[mcp_servers.rbinmcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/kirkderp/rbinmcp:1.3.0"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"rbinmcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kirkderp/rbinmcp:1.3.0"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"rbinmcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kirkderp/rbinmcp:1.3.0"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"rbinmcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kirkderp/rbinmcp:1.3.0"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"rbinmcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kirkderp/rbinmcp:1.3.0"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"rbinmcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kirkderp/rbinmcp:1.3.0"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.kirkderp%2Frbinmcp)<a href="https://mcptoplist.com/server/io.github.kirkderp%2Frbinmcp"><img src="https://mcptoplist.com/badge/io.github.kirkderp%2Frbinmcp.svg" alt="MCP Toplist: Top 10% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
kirkderp
Other servers by kirkderp
View all kirkderp servers →Available versions (7)
| Version | Published |
|---|---|
| 1.3.0 | 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 |
Frequently asked questions
- Who maintains Rogue Binary MCP?
- Rogue Binary MCP is maintained by kirkderp, which publishes 4 MCP servers (7 total versions) tracked on MCP Toplist.
- Is Rogue Binary MCP listed on the Official MCP Registry?
- Yes — Rogue Binary MCP is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Rogue Binary MCP have?
- MCP Toplist tracks 7 versions of Rogue Binary MCP, most recently published on May 6, 2026.
- Where can I find the source code for Rogue Binary MCP?
- The source code for Rogue Binary MCP is hosted at github.com/kirkderp/rbinmcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.