# alexzhang13/rlm | Model Context Protocol (MCP) Server > General plug-and-play inference library for Recursive Language Models (RLMs), supporting various sandboxes. - **Stars**: ⭐ 5,381 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "rlm": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-rlm" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "rlm": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-rlm" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-rlm` - **Docker**: `docker run -i --rm mcp/rlm`