Back to Home
MAnders333 icon

mem0-mcp-server

Verified Safe

by MAnders333

Overview

Provides a Model Context Protocol (MCP) server for persistent memory, enabling AI agents to store and semantically search conversational context.

Installation

Run Command
docker run -p 8000:8000 --env-file .env memory-mcp-server

Environment Variables

  • LLM_BASE_URL
  • LLM_API_KEY
  • OPENAI_API_KEY
  • MCP_PORT
  • CHROMA_DB_PATH

Security Notes

The server correctly sources API keys and sensitive URLs from environment variables, avoiding hardcoded secrets. Transport security for FastMCP is configured with DNS rebinding protection and allowed hosts. No direct code injection vulnerabilities (e.g., `eval`, `exec`) were identified. The use of external dependencies like `mem0ai` and LLM providers implies inherent risks that are outside the direct scope of this code analysis.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens150
Stars0
Forks0
Last Update2025-12-08

Tags

AIMemoryMCPVector StoreLLM