rlm-mcp — MCP server for Recursive Language Models
Copyright (c) 2026

This project is MIT-licensed (see LICENSE).

It is a fork/modernization of the base MCP wrapper:
  - eesb99/rlm-mcp  (MIT)  — original FastMCP wrapper structure

It INCLUDES A MODIFIED COPY of the Recursive Language Models (RLM) engine,
vendored at ./rlm (see rlm/UPSTREAM.md for the exact upstream tag and commit):
  - github.com/alexzhang13/rlm (pip: rlms), MIT — engine licence retained at rlm/LICENSE
  - Recursive Language Models — Alex L. Zhang, Tim Kraska, Omar Khattab (MIT CSAIL)

The vendored copy is modified. Upstream is not responsible for changes made here.

Tool-design ideas were also studied (not copied) from:
  win10ogod/RLM-MCP, richardwhiteii/rlm, MuhammadIndar/MCP-RLM, delonsp/rlm-mcp-server.
