A Model Context Protocol (MCP) server that provides AI agents with persistent memory and semantic file discovery.
# RLM Memory MCP Server
**Recursive Large Model (RLM) Memory System** - A Model Context Protocol (MCP) server that provides AI agents with persistent memory and semantic file discovery.
The core philosophy: The AI Agent is **intentionally blinded** to the file system. Instead of using `ls`, `grep`, `find`, or `dir`, the AI relies on the MCP to be its eyes and memory.
## How It Works
```
┌─────────────────────────────────────────────────────────────────┐
│ YOU (Developer) │
│ │
│ npm start → Opens UI at http://localhost:3848 │
│ View all projects and memories in real-time │
│ Test all tools via the testing interface │
└─────────────────────────────────────────────────────────────────┘
│
▼
┌─────────────────────────────────────────────────────────────────┐
│ projects/ directory │
│ rlm-memory-mcp-server/projects/ │
│ ├── jumpinotech/.rlm/ │
│ ├── my-app/.rlm/ │
│ └── another-project/.rlm/ │
└─────────────────────────────────────────────────────────────────┘
▲
│
┌─────────────────────────────────────────────────────────────────┐
│ AI Agents (Claude Code, Codex, etc) │
│ │
│ NEW! Bi-directional communication: │
│ Agent asks: "What files for this task?" → MCP answers │
│ MCP asks: "Is indexing complete?" → Agent confirms │
└─────────────────────────────────────────────────────────────────┘
```
## Quick Start
```bash
cd rlm-memory-mcp-serGoogle's AI-powered research notebook that ingests your documents and becomes an expert on your content. Generates audio overviews, study guides, FAQs, and interactive discussions from uploaded sources.
Google DeepMind's experimental AI agent that can navigate websites, fill forms, and complete multi-step browser tasks autonomously. Uses Gemini's multimodal understanding to interact with web interfaces.
Google DeepMind's universal AI assistant prototype that can see, hear, and respond in real-time through your device camera and microphone. Demonstrates the future of multimodal AI interaction.
Google Cloud's enterprise platform for building, deploying, and managing AI agents powered by Gemini. Supports multi-agent orchestration, tool integration, and enterprise governance.
Gemini's agentic research capability that autonomously browses the web, synthesizes information from dozens of sources, and produces comprehensive research reports on any topic.
Interactive coding and content creation agent that generates, previews, and iterates on code, documents, and interactive applications in a side panel. Supports HTML/CSS/JS, Python, and more.