{"slug":"mem0-cloud","name":"Mem0 (Cloud)","owner":null,"repo":null,"category":"memory-context","lang":"","blurb":"Universal memory layer that adds persistent, personalized long-term memory to AI agents and apps in a few lines of code.","use_cases":"[]","alternatives":[],"stars":0,"pushed_at":null,"synced_at":null,"kind":"api","one_liner":"Universal memory layer that adds persistent, personalized long-term memory to AI agents and apps in a few lines of code.","website":"https://mem0.ai","docs_url":"https://docs.mem0.ai","signup_url":"https://app.mem0.ai/get-api-key","pricing_model":"freemium","pricing_note":"Free Hobby tier (10k memories, 1k retrievals/mo); Starter ~$19/mo; Pro ~$249/mo","auth_type":"api-key","agent_signup":"programmatic-api","agent_signup_note":"Agent-first signup: `mem0 init --agent --agent-caller <name>` (or one API call) mints a working key in <5s in a JSON envelope, no email/OTP/human; ~5 signups/day/IP. Core is also open-source (self-host, no key).","mcp_server":"https://github.com/mem0ai/mem0","sdks":["Python","TypeScript","REST"],"code_sample":"{\"lang\":\"python\",\"code\":\"from mem0 import MemoryClient\\n\\nclient = MemoryClient(api_key=\\\"your-api-key\\\")  # or run: mem0 init --agent\\nclient.add(\\n    [{\\\"role\\\": \\\"user\\\", \\\"content\\\": \\\"I'm vegetarian and allergic to nuts\\\"}],\\n    user_id=\\\"alex\\\",\\n)\\nresults = client.search(\\\"What can Alex eat?\\\", user_id=\\\"alex\\\")\"}","tags":["memory","agents","personalization","vector","graph","open-source"],"useCases":[],"codeSample":{"lang":"python","code":"from mem0 import MemoryClient\n\nclient = MemoryClient(api_key=\"your-api-key\")  # or run: mem0 init --agent\nclient.add(\n    [{\"role\": \"user\", \"content\": \"I'm vegetarian and allergic to nuts\"}],\n    user_id=\"alex\",\n)\nresults = client.search(\"What can Alex eat?\", user_id=\"alex\")"},"oneLiner":"Universal memory layer that adds persistent, personalized long-term memory to AI agents and apps in a few lines of code.","docsUrl":"https://docs.mem0.ai","signupUrl":"https://app.mem0.ai/get-api-key","pricingModel":"freemium","pricingNote":"Free Hobby tier (10k memories, 1k retrievals/mo); Starter ~$19/mo; Pro ~$249/mo","authType":"api-key","agentSignup":"programmatic-api","agentSignupNote":"Agent-first signup: `mem0 init --agent --agent-caller <name>` (or one API call) mints a working key in <5s in a JSON envelope, no email/OTP/human; ~5 signups/day/IP. Core is also open-source (self-host, no key).","mcpServer":"https://github.com/mem0ai/mem0"}