Mem0 Server Mcp banner
subhashdasyam subhashdasyam

Mem0 Server Mcp

Security community

Description

๐Ÿง  Production-ready MCP server providing intelligent memory for Claude Code with async architecture, Neo4j knowledge graphs, smart chunking & enterprise security. One-command Docker deployment.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

๐Ÿง  Mem0 MCP Server - Self-Hosted Memory for AI

A production-ready, self-hosted Model Context Protocol (MCP) server that provides persistent, intelligent memory for Claude Code and other AI assistants. Features async/await architecture, knowledge graph intelligence, smart text chunking, and enterprise-grade security. Built with Docker Compose for one-command deployment.

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Docker](https://img.shields.io/badge/docker-compose-blue.svg)](https://docs.docker.com/compose/) [![Python](https://img.shields.io/badge/python-3.12-blue.svg)](https://www.python.org/downloads/)

โœจ Features

Core Features

  • ๐Ÿš€ One-Command Deployment - Start the entire stack with a single script
  • ๐Ÿ”’ 100% Self-Hosted - No external API dependencies (when using Ollama)
  • ๐Ÿ” Token-Based Authentication - Secure multi-user access with PostgreSQL-backed token management
  • ๐ŸŒ Multi-LLM Support - Works with Ollama, OpenAI, or Anthropic
  • ๐ŸŽฏ Project Isolation - Automatic memory isolation per project directory
  • ๐Ÿ“Š Semantic Search - Vector-based search with pgvector
  • โšก 13 MCP Tools - Complete memory management + intelligence analysis
  • ๐Ÿ”Œ Dual Transport Support - Modern HTTP Stream (recommended) + legacy SSE transport
  • ๐Ÿณ Docker Compose - Easy orchestration of all services
  • ๐Ÿงช Comprehensive Tests - Automated test suite included
  • ๐Ÿ“ Audit Logging - Track all authentication attempts and token usage

๐Ÿง  Memory Intelligence System

  • ๐Ÿ”— Knowledge Graphs - Link memories with typed relationships (RELATES_TO, DEPENDS_ON, SUPERSEDES, etc.)
  • ๐Ÿ•’ Temporal Tracking - Track how knowledge evolves over time
  • ๐Ÿ—๏ธ Architecture Mapping - Map system components and dependencies
  • ๐Ÿ“Š Impact Analysis - Understand cascading effects of changes
  • ๐Ÿ“ Decision Tracking - Record technical decisions with pros/cons/alternatives
  • ๐ŸŽฏ **Topic Clusterin