REA
Rank #2,190io.github.morluto/rea
Reverse engineer anything from your terminal or agent with one CLI and MCP server.
REA is a Model Context Protocol (MCP) server published by morluto. It ranks #2,190 of 130,187 servers tracked on MCP Toplist, and its repository has 403 GitHub stars. REA is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 25, 2026 and most recently updated on Aug 9, 2026.
Ranks ahead of 127,997 of 130,187 servers on MCP Toplist.
Use REA
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add rea -- npx -y rea-agents mcp[mcp_servers.rea]
command = "npx"
args = ["-y", "rea-agents", "mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"rea": {
"command": "npx",
"args": [
"-y",
"rea-agents",
"mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"rea": {
"command": "npx",
"args": [
"-y",
"rea-agents",
"mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"rea": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"rea-agents",
"mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"rea": {
"command": "npx",
"args": [
"-y",
"rea-agents",
"mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"rea": {
"command": "npx",
"args": [
"-y",
"rea-agents",
"mcp"
]
}
}
}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.morluto%2Frea)<a href="https://mcptoplist.com/server/io.github.morluto%2Frea"><img src="https://mcptoplist.com/badge/io.github.morluto%2Frea.svg" alt="MCP Toplist: Top 5% of 130,187" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
morluto
Other servers by morluto
View all morluto servers →Available versions (1)
| Version | Published |
|---|---|
| 3.1.0 | Aug 9, 2026 |
Frequently asked questions
- Who maintains REA?
- REA is maintained by morluto, which publishes 5 MCP servers (26 total versions) tracked on MCP Toplist.
- Is REA listed on the Official MCP Registry?
- Yes — REA is listed on the Official MCP Registry, alongside Glama.
- How many versions does REA have?
- MCP Toplist tracks 1 version of REA, most recently published on Aug 9, 2026.
- Where can I find the source code for REA?
- The source code for REA is hosted at github.com/morluto/rea.
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.