mem0-mcp-server
Verified Safeby MAnders333
Overview
Provides a Model Context Protocol (MCP) server for persistent memory, enabling AI agents to store and semantically search conversational context.
Installation
docker run -p 8000:8000 --env-file .env memory-mcp-serverEnvironment 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
meshy-ai-mcp-server
This server acts as a Model Context Protocol (MCP) wrapper for the Meshy AI API, enabling MCP clients to interact with Meshy's generative 3D tools for tasks like text-to-3D, image-to-3D, texturing, rigging, and animation.
mcp-structured-memory
Provides structured, domain-specific memory management for AI agents to use in ongoing projects, storing accumulated context in local markdown files.
simple-memory-mcp-server
A Python server designed to manage and serve memory for AI agents, facilitating their interaction with external Large Language Models or data sources.
Kotak_Neo_MCP_Server_With_Agentic_Application.
A server designed to host and manage AI agentic applications, likely for automating tasks or processing information. The specific functionality is unknown due to missing code.