coladapo/unified-memory-mcp-server
3.1
If you are the rightful owner of unified-memory-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Unified Memory MCP Server is a cross-platform memory system designed to seamlessly capture and sync context across various AI tools, eliminating the need for manual copy-pasting.
π§ Unified Memory MCP Server
A cross-platform memory system that automatically captures and syncs context across Claude Desktop, Cursor, and ChatGPT.
π― Problem It Solves
No more manual copy/paste when switching between AI tools. This system automatically captures conversations and provides relevant context when you switch platforms.
π Quick Start
# Clone the repo
git clone https://github.com/coladapo/unified-memory-mcp-server
cd unified-memory-mcp-server
# Install dependencies
npm install
# Set up environment variables
cp .env.example .env
# Edit .env with your Supabase credentials
# Run the server
npm run dev
ποΈ Architecture
- Automatic Capture: Background monitoring of conversations
- Cross-Platform: Works with Claude, Cursor, and ChatGPT
- Smart Context: AI-powered relevance scoring
- Vector Search: Semantic similarity for better results
π¦ Tech Stack
- Node.js + TypeScript
- Supabase (PostgreSQL + Vector embeddings)
- Express.js for REST API
- MCP SDK for Claude/Cursor integration
πΊοΈ Roadmap
- Initial project setup
- Core memory engine
- Supabase integration
- MCP server implementation
- ChatGPT browser extension
- Smart context injection
π License
MIT