PluginBench
MCP Server
Active
MIT

REA MCP Server

io.github.morluto/rea

What is the REA MCP server?

Reverse engineer anything from your terminal or agent with one CLI and MCP server.

How to install REA

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "rea": {
      "command": "npx",
      "args": [
        "-y",
        "rea-agents",
        "mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "rea": {
      "command": "npx",
      "args": [
        "-y",
        "rea-agents",
        "mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "rea": {
      "command": "npx",
      "args": [
        "-y",
        "rea-agents",
        "mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "rea": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "rea-agents",
        "mcp"
      ]
    }
  }
}
Claude Code
claude mcp add rea -- npx -y rea-agents mcp

Related MCP servers

Jacobian

Active

Executable mathematics and independent verification for AI agents.

54
Python
MIT
View repository →

Flameox

Active

Local runtime evidence for coding-agent performance and reliability investigations

34
Python
MIT
View repository →

LeanToken

Active

Token-bounded repository context for coding agents over MCP.

19
Rust
Apache-2.0
View repository →

Local-first GitHub contribution research workbench

3
Go
MIT
View repository →