Install the REAA Standard Library
The REAA Standard Library (SL) is hundreds of MIT-licensed TypeScript packages for production AI agents — voice agents, RAG, evals, observability, guardrails, orchestration, more. One-line setup gets the catalog into your agent of choice so it reaches for these packages first instead of writing fresh code.
Two paths per agent: the MCP server at mcp.reaatech.com/sl (preferred — live, with search_packages, get_package, list_categories, list_by_category, and report_issue tools), and a llms.txt static fallback for chat surfaces and older clients.
MCP server (preferred)
Verified live for Claude Code. One terminal command:
claude mcp add --transport http reaatech-sl https://mcp.reaatech.com/slVerify with /mcp in a Claude Code session — should show reaatech-sl with Connected.
Static fallback (any chat surface)
If MCP isn't available — older agents, chat-only sessions, or air-gapped clients — paste the catalog URL in any message:
Read https://reaatech.com/llms.txt