Membase: External Memory Layer for AI Assistants Across Tools

Membase is an external memory system designed to solve the persistent context loss problem in AI assistants. It captures and retains conversation context across sessions and different AI tools, eliminating the need to re-explain or copy-paste information when switching between platforms.
How Membase Works
The system operates through three core functions:
- Automatically extracts important context from your conversations
- Stores extracted information in a knowledge graph (not just a text file)
- Injects relevant memories when you start new chats
Key Features
- Cross-tool compatibility: Works with Claude Code, ChatGPT, Cursor, Gemini, and other AI tools
- Context preservation: Maintains conversation context when switching between different AI assistants
- History import: Can import existing chat history from Claude, ChatGPT, and Gemini to bootstrap the memory system
- Free access: All features are currently free with no credit card required
- Private beta: The tool is currently in private beta testing phase
Development Process
The creators used Claude Code extensively during development for:
- Designing and iterating on the memory schema
- Refining the MCP (Model Context Protocol) specification and tools
- Generating and tweaking extraction prompts that determine what gets stored as long-term memory
The cross-tool functionality addresses a common workflow issue: starting work in one AI assistant (like Claude) and continuing in another (like Gemini) without losing context. This eliminates manual transfer of information between sessions.
📖 Read the full source: r/ClaudeAI
👀 See Also

Quick-Question Plugin Automates Unity Development with Claude Code
A developer has released quick-question, a macOS plugin for Unity 2021.3+ that automates compilation, testing, and cross-model code review when using Claude Code. The tool includes 20 slash commands and uses a 'Tribunal' pattern where Codex and Claude review each other's findings.

YourMemory: AI memory with biological decay hits 59% recall on LoCoMo-10
YourMemory gives AI agents persistent memory using Ebbinghaus forgetting curve and graph-enhanced retrieval. Benchmarked at 59% Recall@5 on LoCoMo-10, 2× better than Zep Cloud.

Termrender: 6x Token-Efficient ASCII UI Visualization for Claude
Termrender is an open-source Python tool that generates ASCII UI visualizations with 6x token efficiency compared to raw Claude output. It produces diagrams and panels using minimal tokens for faster generation and editing.

ELBO Platform: AI-Powered Training for Critical Thinking and Communication Skills
ELBO is a live training platform built with Claude Code that uses AI to help users practice critical thinking, persuasion, negotiation, and public speaking skills through simulated scenarios and debates.