Persistent memory
Agents remember durable decisions, patterns, fixes, preferences, and project context across sessions.
Self-hosted agent memory
Give your coding tools the same local memory layer. Persistent context, reusable recall, and shared knowledge without another hosted dependency.
Windows download available now. macOS and Linux coming soon.
brain_remember({
type: "decision",
project: "checkout",
content: "Use Stripe webhooks for fulfillment",
})
brain_recall("how do we ship purchases?")
// retrieves the decision in Claude, Codex, Cursor, or RESTWhat it does
Agent Brain gives your local agents a shared memory store, semantic cache, and governance layer that outlives any single chat window.
Agents remember durable decisions, patterns, fixes, preferences, and project context across sessions.
Similar prompts can reuse prior answers instead of burning tokens again.
Supported coding tools, scripts, and local integrations can all connect to the same shared memory.
Core memory operations run on hardware you control.
Audit, deduplicate, archive, restore, and consolidate memories so recall stays relevant as the corpus grows.
The desktop app manages setup, health, knowledge exploration, and monitoring.
How it works
The desktop app or source setup starts the local services Agent Brain needs.
Connect your agents through the supported local endpoints.
Agents store durable project knowledge with structure and scope.
Future sessions retrieve relevant context and share discoveries across tools.
Adapter layer
MCP clients use localhost:3100/mcp. REST and WebSocket clients use localhost:9090/api/v1.
Comparison
| Capability | Agent Brain | mem0 | GPTCache | Letta |
|---|---|---|---|---|
| Self-hosted | Yes | No | No | No |
| Semantic cache | Yes | No | Yes | No |
| Cross-agent sharing | Yes | No | No | No |
| Local model operations | Yes | No | No | No |
| Desktop stack control | Yes | No | No | Yes |
| MCP support | Yes | Yes | No | No |
| Agent-agnostic adapters | Yes | No | No | No |
| Community tier | Yes | No | Yes | Yes |
Pricing
Community is free to use. Pro adds unlimited memories, semantic cache, and desktop backup for commercial workflows.
Community
7-day free trial. All features included. No credit card required.
Pro
For individual developers doing commercial work. Single-user license.
License delivered by email
Enterprise
For organizations. Custom quote — contact us.
FAQ
No. Agent Brain is self-hosted. Core memory and recall operations run on your machine or infrastructure.
Agent Brain works with supported coding tools, scripts, and local integrations through its public interfaces.
It checks whether a similar query already has a useful answer. If the similarity score clears your threshold, agents can reuse the cached response instead of spending fresh tokens.
Yes for the packaged local stack. Docker is required for the local services Agent Brain manages.
Yes. Click 'Get Pro' on the pricing page to subscribe monthly ($19/mo) or annually ($190/yr). Community downloads are available now from the download page.
No — Community is for personal and non-commercial use only. If you are using Agent Brain as part of paid work, a business, or a team, you need a Pro or Enterprise license.
Affiliate Program
Refer paying builders and earn 30% on every invoice they pay for the next 12 months.
30%
Commission
12 invoices
Window
60 days
Cookie
Start the local stack, point MCP at localhost, and let every agent remember the same durable context.