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

Claude Skill Enables Granular Personality Adjustments with Quantified Variables
A new Claude skill allows developers to make quantified adjustments across 32 groups of personality traits covering 120 Claude-defined variables, with group-level profiles showing metrics like Wordiness (60), Agreeableness (55), and Sarcasm & Edge (17). The skill persists across conversations and includes a publish command for custom instructions.

Claude Desktop App Cowork Feature Enables AI-to-AI Communication via Shared Google Docs
Users have successfully implemented Claude-to-Claude communication using the new cowork function in the desktop app, with two agents reading and writing to a shared Google Doc. The test involved five rounds of question-and-answer dialogue between the AI agents.

Need MCP Server Provides Semantic Tool Discovery for AI Agents
An MCP server called Need enables semantic search over 10,000+ tools from brew, npm, pip, and cargo. When an agent requests a task like 'compress these PNGs,' it finds pngquant, installs it, runs it, and reports back on success.

Solitaire: Open-Source Identity Layer for AI Agents Built with Claude Code
Solitaire is an open-source identity layer for AI agents that evolves through interaction rather than static configuration. It's been tested across 600+ production sessions and stores all data locally using SQLite + JSONL with no cloud dependencies.