zircote/rlm-rs

Rust CLI implementing the Recursive Language Model (RLM) pattern for Claude Code. Process documents 100x larger than context windows through intelligent chunking, SQLite persistence, and recursive sub-LLM orchestration.

This repository also configures its own agents. See what rlm-rs tells them →

60Stars on the repository
11Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

memory

01

zircote/rlm-rs

MCP server Claude CodeCodexCursor +2

One of 3 in mcp.json

Gives the agent a persistent knowledge graph it can write facts to and recall across sessions. Runs locally from the @modelcontextprotocol/server-memory npm package.

not rated 60 +1 yesterday A tokens not measured copy · 92% MIT

filesystem

02

zircote/rlm-rs

MCP server Claude CodeCodexCursor +2

One of 3 in mcp.json

Gives the agent read and write access to a set of allowed directories on the local filesystem. Runs locally from the @modelcontextprotocol/server-filesystem npm package.

not rated 60 +1 yesterday A tokens not measured original MIT

github

03

zircote/rlm-rs

MCP server Claude CodeCodexCursor +2

One of 3 in mcp.json

Lets the agent work with GitHub: search code, read and create issues and pull requests, and manage repositories through the GitHub API. Runs locally from the @modelcontextprotocol/server-github npm package. Needs 1 environment variable to run.

not rated 60 +1 yesterday A tokens not measured original MIT