Mọi AI khác quên sạch sau mỗi session
Cho AI một bộ não thật
Không phải database. Không phải vector store. Không phải RAG.
Một bộ não biết nhớ, biết quên, biết liên kết, biết ngủ, biết bảo vệ chính nó.
- lưu preferences, decisions, identity — không bao giờ mất
- rác tự biến mất theo đường cong Ebbinghaus
- "TypeScript" nhắc tới cùng "React" 10 lần → liên kết mạnh lên
- mỗi 6h, nén raw memories thành insights, cross-check DNA
- 4 lớp Shield chống noise, spam, hallucination
- mỗi user 1 brain khác nhau, tự optimize theo cách dùng
- "chuyển Sài Gòn" → tự expire "sống Hà Nội"
$ pip install hmc-memory $ pip show hmc-memory Name: hmc-memory Version: 0.9.0 Summary: Persistent memory for AI agents Home: https://memoryai.dev $ npm install memoryai added 12 packages in 800ms
Trusted Partners & Infrastructure
Everything your agent needs
Your AI will never forget again.
Store
Save memories — auto-embeds, auto-extracts entities/deduplication. One line of code.
Recall
Multiple scoring sources combined for highly relevant results. Under 50ms.
Brain Engine
Memories form connections over time, strengthening when recalled together and naturally fading when unused.
Auto-Extract
Feed raw conversation. System extracts facts, entities, preferences automatically. Every 30s.
Context Guard
Automatic session protection that monitors and optimizes context windows. Works with every AI.
Auto-Dream
Nightly background processing optimizes memory, merges duplicates, and creates meaningful summaries.
Three steps to agent memory
Install, call the SDK, the agent remembers.
Install the SDK
pip install hmc-memory or npm install memoryai. Works with Python and Node.
Store memories
Send raw text to mem.store(). MemoryAI handles embedding, deduplication, entity extraction, and neural brain learning automatically.
Recall when needed
Call mem.recall("query") with natural language. Get relevant memories back sorted by vector similarity, brain score, full-text match, and recency. Under 50ms.
Five layers, one pipeline
Every API call flows through five layers. No setup, no config.
-
01
store & recall
Content pool dedup → batch embedding → auto-extract → auto-link.
-
02
shield + immune
Quality filter, LLM judge, behavior analysis. Block bad data.
-
03
neural brain engine
Intelligent connections, natural decay.
-
04
context guard v6
Session protection with anti-loop rate limiting. Works with every LLM.
-
05
Recall
Multiple scoring sources combined for highly relevant results. Under 50ms.
Why choose MemoryAI?
Unlike basic storage solutions or building it yourself, MemoryAI gives you a complete, battle-tested memory system.
Set up for your IDE
One command for any IDE. Copy the config and you're done.
npx memoryai-mcp{
"mcpServers": {
"memoryai": {
"command": "npx",
"args": ["-y", "memoryai-mcp"],
"env": {
"HM_ENDPOINT": "https://memoryai.dev",
"HM_API_KEY": "YOUR_KEY"
}
}
}
}
"Remember that I prefer TypeScript""What do you remember about my project?"
npx memoryai-mcp~/.config/Code/User/globalStorage/rooveterinaryinc.roo-cline/settings/cline_mcp_settings.json:
"mcpServers": {
"memoryai": {
"command": "npx",
"args": ["-y", "memoryai-mcp"],
"env": {
"HM_ENDPOINT": "https://memoryai.dev",
"HM_API_KEY": "YOUR_KEY"
}
}
}
}
"Remember that I prefer TypeScript""What do you remember about my project?"
npx memoryai-mcp~/Library/Application Support/Claude/claude_desktop_config.json (Mac) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
"mcpServers": {
"memoryai": {
"command": "npx",
"args": ["-y", "memoryai-mcp"],
"env": {
"HM_ENDPOINT": "https://memoryai.dev",
"HM_API_KEY": "YOUR_KEY"
}
}
}
}
"Remember that I prefer TypeScript""What do you remember about my project?"
npx memoryai-mcp~/.codeium/windsurf/mcp_config.json:
"mcpServers": {
"memoryai": {
"command": "npx",
"args": ["-y", "memoryai-mcp"],
"env": {
"HM_ENDPOINT": "https://memoryai.dev",
"HM_API_KEY": "YOUR_KEY"
}
}
}
}
"Remember that I prefer TypeScript""What do you remember about my project?"
npx memoryai-mcpargs: [-y, memoryai-mcp]
env:
HM_ENDPOINT: https://memoryai.dev
HM_API_KEY: YOUR_KEY
"Remember that I prefer TypeScript""What do you remember about my project?"
clawhub install memoryai{
"endpoint": "https://memoryai.dev",
"api_key": "YOUR_KEY"
}
"Store this conversation context""Compact my memory before switching sessions"
pip install hmc-memorymem = MemoryAI(api_key="hm_sk_...")
# Store a memory
mem.store("User prefers TypeScript", tags=["preference"])
# Recall memories
results = mem.recall("user preferences", depth="deep")
for r in results:
print(r.content, r.score)
Start free. Scale when ready.
Transparent pricing. No hidden fees. Cancel anytime.
- 500 chunks
- Vector search
- 132 endpoints
- 100 stores/day
- 14d memory retention
- Unlimited chunks
- Full neural brain
- Self-healing edges
- 50K stores/day
- 365d memory retention
- Context Guard v6
- Everything in ProMax
- Unlimited everything
- Dedicated support
- Custom SLA
- ∞ memory retention
Works with every LLM
Vendor-neutral. Bring your own LLM. We handle the memory.
Common questions
Everything you need to know.
mem.store() — we handle the rest.GET /v1/export. After 30 days, unused tier drops to Free plan limits.📊 Dashboard
Build agents that remember
Drop in memory with one SDK call. Your AI will never forget again.