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 mcpRelated MCP servers
Jacobian
Active
Executable mathematics and independent verification for AI agents.
54
View repository →Python
MIT
Flameox
Active
Local runtime evidence for coding-agent performance and reliability investigations
34
View repository →Python
MIT
LeanToken
Active
Token-bounded repository context for coding agents over MCP.
19
View repository →Rust
Apache-2.0