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