From claude-mem0-project-memory
Connects to Mem0's remote service for memory management and persistent context across conversations, enabling personalized AI interactions. Requires an API key.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"mem0": {
"command": "npx",
"args": [
"-y",
"@mem0/mcp-server"
],
"env": {
"MEM0_API_KEY": "${MEM0_API_KEY}",
"MEM0_USER_ID": "${MEM0_USER_ID:-default}",
"MEM0_PROJECT_ID": "${CLAUDE_PROJECT_DIR_NAME}"
}
}
}
}Replace placeholder values for: MEM0_API_KEY
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
MEM0_API_KEY=${MEM0_API_KEY}MEM0_USER_ID=${MEM0_USER_ID:-default}MEM0_PROJECT_ID=${CLAUDE_PROJECT_DIR_NAME}Sensitive values you must provide — never committed to source control
First indexed Dec 14, 2025
Showing the 6 earliest of 7 plugins
First indexed Dec 14, 2025
Showing the 6 earliest of 7 plugins
npx claudepluginhub joshuarweaver/cascade-code-general-misc-2 --plugin evgenygurin-claude-mem0-project-memory