Your AI Memory.
Synced Everywhere. Free.
Fivo Cell Cloud is the hosted brain behind Fivo Cell OSS. Capture AI sessions on your machine, sync them to the cloud, and unlock cross-device intelligence with a universal MCP server — personal sync free forever.
Personal sync is free — no credit card, no trial.
Cross-device sync, universal MCP, dashboard with 12 pages, unlimited personal memory. Paid tiers add teams, orgs, and enterprise.
Up & Running in 3 Commands
Install Fivo Cell OSS, start the daemon, then enable live watch — your AI memory syncs to the cloud automatically.
Installs the Fivo Cell daemon globally. Requires Node 18+. Apache 2.0, no telemetry by default.
Starts the local MCP server on port 9876. Connects to your IDE and exposes the style context endpoint to any AI tool.
Activates the live file watcher. Fivo Cell begins capturing style patterns from your editor and syncing encrypted deltas to Fivo Cell Cloud automatically.
What's Inside
12 pages, free for every personal user. One dashboard for your entire AI memory.
Overview
Hero greeting, 6 stat cards, trending patterns, cross-device sync banner. Your dashboard home.
Memory
All memory entries synced from OSS — with search, export, and delete. Your AI memory, owned by you.
Vibe Profile
Style consistency score, language and framework preferences, coding fingerprint chart.
Projects
Per-project intelligence — patterns, memory, team members, and AI session history by project.
Pattern Search
Full-text search across all your patterns with 8 category filters. Find any preference instantly.
Sessions
Every AI session you've had — by tool, date, and project. Full history, searchable.
Handoffs
AI-to-AI context transfers with success rates and stats. See how your context moves across tools.
Connected AI
Per-AI status, MCP endpoint, session count, and sync state. Manage every tool from one screen.
Intelligence
Top languages, top categories, failure rankings. Where your AI is helping and where it's drifting.
Profile
Account info, plan, activity summary, and developer stats. Your Fivo identity at a glance.
Connect
OSS setup wizard (4 steps), API key manager, sync status, and device pairing. Start here after cell run.
API Keys
Generate, revoke, and copy API keys to your clipboard. One key per device, BCrypt-hashed at rest.
Sync & Sync Pipeline
Four steps from local session capture to universal MCP query. Every byte authenticated, every payload encrypted.
OSS Capture
Local daemon records AI sessions, patterns, memory entries into cell_oss.db as you work.
Encrypt & Batch
JWT-authenticated batches wrapped in AES-256. Only deltas since last sync cursor are sent.
Cloud Index
Cloud dedupes by sourceId, writes to 6 isolated DBs, updates cell_index.db GPS-style pointers.
Universal MCP
Any AI tool queries the cloud endpoint. Local SQLite first, cloud as fallback. Sub-50ms reads.
Scales with you
One developer today. Whole company tomorrow. Same product.
Personal sync, dashboard, universal MCP, unlimited memory.
Start FreeTeam spaces, org standards, SSO, audit logs, compliance, dedicated support, custom SLAs. Volume pricing on request.
Contact SalesYour AI memory shouldn't live on one machine.
Install Cell OSS, sign in once, your patterns follow you across devices, projects, and AI tools.
Frequently Asked Questions
Everything you need to know about Fivo Cell Cloud.
What is Fivo Cell Cloud?
Fivo Cell Cloud is the hosted companion to Fivo Cell OSS. It runs at cell.fivo.live and unlocks cross-device intelligence, a 12-page dashboard, and the universal MCP server. Personal sync is free forever.
Is personal sync really free?
Yes. The FREE USER tier is free forever, no credit card, no trial. You get cross-device sync, the universal MCP server, 12 dashboard pages, and unlimited personal memory. Paid tiers add teams, orgs, and enterprise features.
How is my data encrypted in transit?
Sync batches are wrapped in AES-256 and authenticated with JWT. Cloud validates the JWT, dedupes by sourceId, writes to one of 6 isolated SQLite databases, and returns a new sync cursor. The next sync sends only deltas.
What is the universal MCP server?
The universal MCP server is a single query endpoint that any AI tool can hit. Local SQLite is consulted first; if the pattern is not local, the cloud responds from the index. Sub-50ms reads.
What do Teams and Enterprise plans include?
Team spaces, invites, permissions, cross-member analytics, org standards, workflows, SSO, audit logs, compliance add-ons, and dedicated support. Volume pricing on request.
Where is my data stored?
Fivo Cell Cloud runs on Dokploy (AWS EC2), fronted by Cloudflare CDN, behind Nginx, on Node 20. The data volume is mounted at /app/data and contains the 6 SQLite files. Domain: cell.fivo.live.