memU MCP Server
A Model Context Protocol (MCP) server that provides access to memU AI memory framework capabilities.
Overview
This MCP server wraps the memU AI memory framework, enabling AI applications to use advanced memory management features through the standardized MCP protocol.
Features
- Memory Storage: Store and organize conversation memories
- Smart Retrieval: Retrieve relevant memories using semantic search
- Memory Management: Update, delete, and organize memory data
- Statistics: Get insights into memory usage and performance
- Multi-user Support: Handle multiple users and AI agents
Quick Start
Prerequisites
- Python 3.8+
- memU API key (get one at https://app.memu.so/api-key/)
Local Development
Render Deployment
Usage Examples
Configuration
- Local Development: See
config/example.json
for configuration options - Render Deployment: See Render Deployment Guide
- Environment Variables: See Environment Variables Guide
Available Tools
memorize_conversation
: Store conversation memoriesretrieve_memory
: Retrieve relevant memoriessearch_memory
: Search memories by querymanage_memory
: Update or delete memoriesget_memory_stats
: Get memory statistics
Documentation
- API Reference - Detailed API documentation
- Setup Guide - Installation and configuration
- Render Deployment - Deploy to Render platform
- Environment Variables - Configuration reference
Deployment Options
Local Development
Docker
Render (Cloud)
Use the included render.yaml
Blueprint for one-click deployment to Render.
Claude Desktop Integration
Add to your Claude Desktop configuration:
Health Monitoring
When deployed with the Web Service component, monitoring endpoints are available:
GET /health
- Health checkGET /status
- Detailed statusGET /metrics
- Performance metricsGET /info
- Service information
Contributing
- Fork the repository
- Create a feature branch
- Make your changes
- Add tests if applicable
- Submit a pull request
Support
- GitHub Issues: Report bugs and feature requests
- Documentation: Check the
docs/
directory - Email: support@example.com
License
MIT License
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Enables AI applications to use advanced memory management capabilities through the memU AI framework. Supports storing conversation memories, semantic retrieval, multi-user management, and memory statistics via standardized MCP protocol.
Related MCP Servers
- AsecurityAlicenseAqualityA flexible memory system for AI applications that supports multiple LLM providers and can be used either as an MCP server or as a direct library integration, enabling autonomous memory management without explicit commands.Last updated -325168JavaScriptMIT License
- -securityFlicense-qualityManages AI conversation context and personal knowledge bases through the Model Context Protocol (MCP), providing tools for user data, conversation content, and knowledge management.Last updated -1TypeScript
- -securityAlicense-qualityA Model Context Protocol server that integrates AI assistants with Mem0.ai's persistent memory system, allowing models to store, retrieve, search, and manage different types of memories.Last updated -11PythonMIT License
- -securityAlicense-qualityA Model Context Protocol integration for the MemOS memory system, optimized for personal AI assistant scenarios with intelligent memory management and retrieval capabilities.Last updated -3PythonApache 2.0