MCP Servers / database / Mem0 MCP

Mem0 MCP

JSON →
stdionone95database

Integrates with Mem0.ai to provide persistent memory capabilities for LLMs, supporting cloud, Supabase, and local storage.

Install
How to run this server
[ { "cmd": "npx -y @smithery/cli", "imports": [] } ]
server path: mem0-mcp
Tools
What this server exposes
add_memory
Stores a piece of text content as a memory associated with a specific userId.
search_memory
Searches stored memories based on a natural language query for a specific userId.
delete_memory
Deletes a specific memory from storage by its ID.
Configuration
Environment & auth
authnone
envMEM0_API_KEY
envSUPABASE_URL
envSUPABASE_KEY
envOPENAI_API_KEY
envDEFAULT_USER_ID
envDEFAULT_AGENT_ID
envDEFAULT_APP_ID
envYOUR_SUPABASE_PROJECT_URL
envYOUR_SUPABASE_ANON_KEY
envPROJECT_ID
Resources
Mem0 MCP — MCP Server · libregistry