CyberMemYour AI Memory — Install Everywhere
In your terminal, run:
npx @cybermem/cli initCyberMem will auto generate Docker Compose for local usage
The dashboard URL will be shown after successful deployment. Open it to setup your clients.
A Security Token is generated and shown in the dashboard. Keep it secret.
See setup guideUse the MCP configuration provided in the dashboard to connect Claude, Antigravity, Gemini, and other AI assistants.
Your AI assistants now share a unified memory. They remember context across conversations and devices.
Everything you need to build intelligent, memory-aware AI agents.
CyberMem never uploads your data. All memory is stored locally in SQLite. Metrics are handled via an embedded, low-footprint exporter. Your secrets stay on your hardware.
🏠 Local
No HTTPS needed. Keyless access for localhost.
🍓 Raspberry Pi
Use --remote-access for Tailscale HTTPS.
☁️ Cloud/VPS
Auto-SSL via Caddy / Traefik. API key required.
Your box, your data. No remote telemetry. You own the database file.
Self-hosted = Free forever. No SaaS subscription needed. Just bring your own API key for LLMs.
Not just a script. A complete observability and security pipeline.
Built with Platform Engineering best practices: Infrastructure as Code, Zero-Trust Security, Observability-First Design, and Production-Ready Automation.
Auth Sidecar
Log Processor
AI Memory Engine
Your Hardware
CyberMem combines the privacy of local hosting with the features of cloud platforms.
| Feature | CyberMem | Mem0 | OpenMemory | Supermemory | Official MCP |
|---|---|---|---|---|---|
| SaaS / Managed Cloud | Private Only | Available | - | Core Product | - |
| Self-Hosted (RPi / Local) | Native Support | No Docs | Local-first | SaaS Only | Reference |
| Self-Hosted (VPS) | Docker Optimized | No Docs | Manual | SaaS Only | Local only |
| Easy Setup & Install | 1-Command | Complex | Manual | Account | Config Heavy |
| Infrastructure Generation | Automated (Docker/K8s) | - | - | - | - |
| Knowledge Graph Engine | Temporal | Mem0g | Temporal | Graph | Basic |
| Per-Client Monitoring | Built-in | - | - | - | - |
| Full Request Audit | Per-Client | - | - | - | - |
3 Platforms • 1 Interface • 100% Data Portability
Simple as Homebrew
Like Homebridge / Outline
K8s as a 1-Click App
Inspect, debug, and operate AI memory state.

Track latency, operations per second, and memory usage
Inspect memory state and performance for each agent separately
Manage API keys, retention policies, and integrations
The Model Context Protocol (MCP) is an open standard that enables AI models to securely access data and tools.
CyberMem is your shared AI memory server.
It allows different AI tools (Claude, Cursor, etc.) to share a single, persistent long-term memory.
Your memories are stored in a portable SQLite file that you fully own and control.
Create a backup:
npx @cybermem/cli backupRestore from backup:
npx @cybermem/cli restore ./backup.db