General plug-and-play inference library for Recursive Language Models (RLMs), supporting various sandboxes.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"rlm": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-rlm"
]
}
}
}