Open Source · MIT Licensed
Memory for
AI Agents
Your agents forget everything between sessions. NeuroCache gives them persistent, hierarchical memory—reducing token costs by 70-90%.
Built for production
Not another toy. NeuroCache is designed for real AI agents processing millions of tokens.
Hierarchical Memory Architecture
Five memory types modeled after human cognition: sensory, short-term, working, long-term, and episodic. Each with configurable decay rates and consolidation rules.
70-90% Cost Reduction
Stop sending the same context repeatedly. NeuroCache intelligently caches and retrieves only what's needed.
3-Line Integration
Native support for LangChain, LlamaIndex, and any LLM. Python SDK and REST API.
Production Ready
PostgreSQL + pgvector, Redis caching, Kubernetes-ready. 99.9% uptime SLA.
How it works
Four steps to agents that actually remember.
Connect
Import the SDK and initialize with your agent ID. One line.
cache = NeuroCache(agent='id')Store
Call remember() with any context. We handle the rest.
await cache.remember(conversation)Recall
Retrieve relevant memories automatically or on-demand.
context = await cache.recall(query)Save
Watch your token costs drop as memory kicks in.
# 70-90% fewer tokens sentSimple pricing
Start free. Scale when you need to.
Open Source
Self-hosted, MIT licensed
Perfect for experimentation and small projects. Full access to core features with community support.
- Unlimited local usage
- All memory types
- Community Discord
- Full source access
Startup
For growing teams
Ideal for startups building their first AI-powered products. Generous limits and team collaboration.
- 2M tokens/month
- Up to 5 team members
- Email support
- Usage analytics
Cloud
Managed service
Production-ready infrastructure for scaling AI applications. Priority support and advanced features.
- 10M tokens/month
- Unlimited team members
- Priority support
- Advanced analytics
Enterprise
On-prem or dedicated cloud
For organizations with specific security, compliance, or scale requirements. White-glove onboarding.
- Unlimited tokens
- 24/7 dedicated support
- SOC2, HIPAA, GDPR
- Custom SLAs
Ready to give your agents memory?
Join the developers building AI that actually learns.