Back to Home
parthshr370 icon

mem0_mcp_private

Verified Safe

by parthshr370

Overview

The Mem0 MCP server provides a Model Context Protocol (MCP) interface for LLM agents to perform long-term memory operations like adding, searching, updating, and deleting memories via the Mem0 API.

Installation

Run Command
docker run --rm -d --name mem0-mcp -e MEM0_API_KEY="sk_mem0_..." -p 8080:8081 mem0-mcp-server

Environment Variables

  • MEM0_API_KEY
  • MEM0_DEFAULT_USER_ID
  • HOST
  • PORT
  • MEM0_ENABLE_GRAPH_DEFAULT

Security Notes

The server uses environment variables for API keys, which is a good practice. It also handles exceptions from the Mem0 API gracefully, returning structured error JSON. However, the `create_server` function explicitly disables DNS rebinding protection (`enable_dns_rebinding_protection=False`) for its transport security settings. While potentially justified for specific deployment scenarios (e.g., behind a reverse proxy), this is a deliberate weakening of a security feature that should be considered.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens400
Stars0
Forks0
Last Update2025-12-05

Tags

mcpmem0memoryagentsllm