Mcp_Reverse_Engineering
Rank #35,455io.github.daedalus/mcp_reverse_engineering
A sandboxed MCP tool for reverse engineering with multiple tool integrations
Mcp_Reverse_Engineering is a Model Context Protocol (MCP) server published by daedalus. It ranks #35,455 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Mcp_Reverse_Engineering is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Mar 20, 2026 and most recently updated on Apr 9, 2026.
Ranks ahead of 80,005 of 115,460 servers on MCP Toplist.
Use Mcp_Reverse_Engineering
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-reverse-engineering -- uvx mcp-reverse-engineering[mcp_servers.mcp-reverse-engineering]
command = "uvx"
args = ["mcp-reverse-engineering"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-reverse-engineering": {
"command": "uvx",
"args": [
"mcp-reverse-engineering"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-reverse-engineering": {
"command": "uvx",
"args": [
"mcp-reverse-engineering"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-reverse-engineering": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-reverse-engineering"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-reverse-engineering": {
"command": "uvx",
"args": [
"mcp-reverse-engineering"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-reverse-engineering": {
"command": "uvx",
"args": [
"mcp-reverse-engineering"
]
}
}
}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.daedalus%2Fmcp_reverse_engineering)<a href="https://mcptoplist.com/server/io.github.daedalus%2Fmcp_reverse_engineering"><img src="https://mcptoplist.com/badge/io.github.daedalus%2Fmcp_reverse_engineering.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries (1 delisted)
daedalus
Other servers by daedalus
- mcp-sparql#31,108 · 1 ver
- MCP External Memory#39,084 · 3 vers
- MCP Rfc Editor#39,085 · 3 vers
- MCP Smart Proxy#39,086 · 3 vers
- mcp-hashlib#39,684 · 3 vers
- mcp-sigrok#40,831 · 1 ver
- MCP Ecdsa#43,510 · 2 vers
- MCP Exa#43,511 · 2 vers
- MCP Rpn#43,512 · 2 vers
- MCP Sqlite3#43,513 · 2 vers
- mcp-server-nmap#45,279 · 2 vers
- MCP Cryptography#45,388 · 2 vers
Available versions (4)
| Version | Published |
|---|---|
| 0.1.4 | Apr 9, 2026 |
| 0.1.3 | Apr 9, 2026 |
| 0.1.0.1 | Mar 25, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Mcp_Reverse_Engineering?
- Mcp_Reverse_Engineering is maintained by daedalus, which publishes 53 MCP servers (73 total versions) tracked on MCP Toplist.
- Is Mcp_Reverse_Engineering listed on the Official MCP Registry?
- Yes — Mcp_Reverse_Engineering is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Mcp_Reverse_Engineering have?
- MCP Toplist tracks 4 versions of Mcp_Reverse_Engineering, most recently published on Apr 9, 2026.
- Where can I find the source code for Mcp_Reverse_Engineering?
- The source code for Mcp_Reverse_Engineering is hosted at github.com/daedalus/mcp_reverse_engineering.