
1{2 "mcpServers": {3 "mem0 (long-term memory)": {4 "cwd": "your/path/to/mcp-mem0/.venv/Scripts",5 "env": {6 "TRANSPORT": "stdio",7 "LLM_CHOICE": "gpt-4o-mini",8 "LLM_API_KEY": "YOUR-API-KEY",9 "DATABASE_URL": "YOUR-DATABASE-URL",10 "LLM_BASE_URL": "https://api.openai.com/v1",11 "LLM_PROVIDER": "openai",12 "EMBEDDING_MODEL_CHOICE": "text-embedding-3-small"13 },14 "args": [15 "your/path/to/mcp-mem0/src/main.py"16 ],17 "shell": false,18 "command": "python"19 }20 }21}
No reviews yet. Be the first to review!
Sign in to join the conversation