An MCP server that provides persistent memory capabilities for AI agents using Mem0, enabling storage, search, and management of contextual information across conversations with support for multiple backends and LLM providers.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.MEM0_TELEMETRYAWS_REGION— "": "us-west-2"OLLAMA_HOST— export ="http://localhost:11434"OLLAMA_EMBED_MODEL— export ="nomic-embed-text" # DefaultOLLAMA_LLM_MODEL— export ="llama3.2" # DefaultLMSTUDIO_HOST— export ="http://localhost:1234"LMSTUDIO_EMBED_MODEL— export ="text-embedding-nomic-embed-text-v1.5"LMSTUDIO_LLM_MODEL— export ="llama-3.2-3b-instruct"BEDROCK_EMBED_MODEL— export ="amazon.titan-embed-text-v2:0"BEDROCK_LLM_MODEL— export ="us.anthropic.claude-3-5-haiku-20241022-v1:0"BEDROCK_MAX_TOKENS— export ="1500" # Default: 1500MEM0_API_KEY— export ="your-api-key"QDRANT_HOST— export ="localhost"QDRANT_PATH— export =".mem0/qdrant"OPENSEARCH_HOST— export ="your-opensearch-endpoint"QDRANT_PORT— export ="6333" # OptionalFAISS_PATH— export ="/path/to/.mem0/memory" # Optional, defaults to .mem0/memoryNOMIC_USE_PREFIXES— Note: For Nomic embeddings, set =true for better search accuracy.KUZU_DB_PATHMEM0_USER_ID— export ="custom-user-id" # Defaults to system usernameMEM0_AGENT_ID— export ="custom-agent-id" # Defaults to workspace nameMEM0_RUN_ID— export ="session-123" # Optional: session partitioningMEM0_INFER_DEFAULT— export ="true" # LLM inference for fact extractionMEM0_VERBOSE— export ="false" # Compact responses (default) vs verboseMEM0_MAX_RELATIONS— export ="20" # Max graph relations in compact modeMEM0_MAX_RELEVANCE_SCORE[](https://m8ven.ai/mcp/arunkumars-mf-mem0-agent-memory-sqksz8)