{"slug":"memobase","name":"Memobase","owner":null,"repo":null,"category":"memory-context","lang":"","blurb":"User-profile-based long-term memory that batches conversations into structured profiles to personalize LLM apps cheaply and fast.","use_cases":"[]","alternatives":[],"stars":0,"pushed_at":null,"synced_at":null,"kind":"api","one_liner":"User-profile-based long-term memory that batches conversations into structured profiles to personalize LLM apps cheaply and fast.","website":"https://www.memobase.io","docs_url":"https://docs.memobase.io","signup_url":"https://www.memobase.io/pricing","pricing_model":"freemium","pricing_note":"OSS self-host free; cloud free tier + pay-as-you-go token pricing (positions ~5x cheaper/faster than some alternatives)","auth_type":"api-key","agent_signup":"manual-only","agent_signup_note":"Cloud API key via signup. Open-source server can be self-hosted (docker) with no external key.","mcp_server":"","sdks":["Python","TypeScript","Go","REST"],"code_sample":"{\"lang\":\"python\",\"code\":\"from memobase import MemoBaseClient, ChatBlob\\n\\nclient = MemoBaseClient(project_url=\\\"https://api.memobase.dev\\\", api_key=\\\"your-key\\\")\\nuid = client.add_user()\\nuser = client.get_user(uid)\\nuser.insert(ChatBlob(messages=[{\\\"role\\\": \\\"user\\\", \\\"content\\\": \\\"I love sushi\\\"}]))\\nuser.flush()\\nprint(user.context())   # profile-based memory for the system prompt\"}","tags":["memory","agents","user-profile","personalization","open-source"],"useCases":[],"codeSample":{"lang":"python","code":"from memobase import MemoBaseClient, ChatBlob\n\nclient = MemoBaseClient(project_url=\"https://api.memobase.dev\", api_key=\"your-key\")\nuid = client.add_user()\nuser = client.get_user(uid)\nuser.insert(ChatBlob(messages=[{\"role\": \"user\", \"content\": \"I love sushi\"}]))\nuser.flush()\nprint(user.context())   # profile-based memory for the system prompt"},"oneLiner":"User-profile-based long-term memory that batches conversations into structured profiles to personalize LLM apps cheaply and fast.","docsUrl":"https://docs.memobase.io","signupUrl":"https://www.memobase.io/pricing","pricingModel":"freemium","pricingNote":"OSS self-host free; cloud free tier + pay-as-you-go token pricing (positions ~5x cheaper/faster than some alternatives)","authType":"api-key","agentSignup":"manual-only","agentSignupNote":"Cloud API key via signup. Open-source server can be self-hosted (docker) with no external key.","mcpServer":""}