rlm

arkaigrowth/rlm
★ 0 stars Python 🔍 Search Updated 1mo ago
Recursive Language Model MCP server — handle 10M+ token contexts by treating them as external variables. Based on MIT research (arxiv 2512.24601).
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "rlm": {
      "command": "uvx",
      "args": [
        "rlm"
      ]
    }
  }
}

Or install with pip: pip install rlm