What is REMBR?
A production-ready, MCP-native memory service designed for AI agents and assistants
TL;DR
The Problem: Context Amnesia
AI assistants and agents traditionally suffer from context amnesia- they forget everything between sessions. While chat history helps within a conversation, it doesn't scale:
The Solution: REMBR Memory Layer
REMBR provides a persistent, searchable memory layer that AI systems can read from and write to via MCP tools, solving all the context amnesia problems:
Key Features
MCP-Native Architecture
Built from the ground up for the Model Context Protocol, not just an API with an MCP wrapper. This means:
- •Direct integration with Claude Desktop, VSCode, and all MCP clients
- •Zero latency overhead from protocol translation
- •OAuth 2.0 with dynamic discovery for seamless auth
Enterprise Multi-Tenancy
Layered tenant, project and user authorisation protects data, with FORCE RLS on memories and selected MCP tables:
- •Service queries carry an explicit tenant scope and apply principal-aware predicates
- •Optional project-level isolation for workspace segmentation
- •SOC2-ready audit logging for compliance
Hybrid Search Engine
Best-of-both-worlds search combining semantic understanding with keyword precision:
- •Vector similarity search with 768-dimensional embeddings
- •Full-text search for exact phrase and fuzzy matching
- •Weighted fusion (0.7 semantic + 0.3 text) for optimal results
RLM-Optimized
Built for Recursive Language Models - the paradigm of 2026:
- •Immutable bounded snapshots for sub-agent handoffs
- •Scoped relationship queries over authorised memories
- •Temporal queries: "What did the agent know at time T?"