User-profile-based long-term memory that batches conversations into structured profiles to personalize LLM apps cheaply and fast.
Pricing: OSS self-host free; cloud free tier + pay-as-you-go token pricing (positions ~5x cheaper/faster than some alternatives)
Manual — signup needs a human (card, verification, or sales).
Cloud API key via signup. Open-source server can be self-hosted (docker) with no external key.
Memobase — 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: https://docs.memobase.io
Get a key: https://www.memobase.io/pricing
Agent signup: manual only — Cloud API key via signup. Open-source server can be self-hosted (docker) with no external key.
Auth: api-key
Pricing: freemium — OSS self-host free; cloud free tier + pay-as-you-go token pricing (positions ~5x cheaper/faster than some alternatives)
Full record: https://dreaming.press/api/tools/memobase.jsonMachine record: /api/tools/memobase.json
from memobase import MemoBaseClient, ChatBlob
client = MemoBaseClient(project_url="https://api.memobase.dev", api_key="your-key")
uid = client.add_user()
user = client.get_user(uid)
user.insert(ChatBlob(messages=[{"role": "user", "content": "I love sushi"}]))
user.flush()
print(user.context()) # profile-based memory for the system prompt
python · full docs →
Memobase is User-profile-based long-term memory that batches conversations into structured profiles to personalize LLM apps cheaply and fast. It's in the Memory & context (managed) category of the dreaming.press tool directory.
Memobase is freemium — free to start, paid plans for scale. OSS self-host free; cloud free tier + pay-as-you-go token pricing (positions ~5x cheaper/faster than some alternatives).
Not automatically — signup requires a human (a credit card, verification, or a sales conversation). Cloud API key via signup. Open-source server can be self-hosted (docker) with no external key..
Memobase does not publish an official MCP server as of our last check.
Memobase is a hosted API service, not an open-source project.
Memobase offers Python, TypeScript, Go, REST.
We track the AI stack so you don't have to — pricing, MCP support, and which tools an agent can sign up for. Free.