Hosted Companion to Fivo Cell OSS

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.

Start Free Get Cell OSS

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.

Fivo Cell Cloud — Quick Start
Step 1 — Install Cell OSS globally
$ npm i -g fivocell
Step 2 — Start the Cell daemon
$ cell run
Step 3 — Enable live style capture & cloud sync
$ cell watch start
[OK] Daemon running on localhost:9876
[OK] File watcher active — watching 3 IDEs
[OK] AES-256 sync channel established
[SYNC] Patterns uploading to cell.fivo.live
STEP 01
npm i -g fivocell

Installs the Fivo Cell daemon globally. Requires Node 18+. Apache 2.0, no telemetry by default.

STEP 02
cell run

Starts the local MCP server on port 9876. Connects to your IDE and exposes the style context endpoint to any AI tool.

STEP 03
cell watch start

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.

01

Overview

Hero greeting, 6 stat cards, trending patterns, cross-device sync banner. Your dashboard home.

02

Memory

All memory entries synced from OSS — with search, export, and delete. Your AI memory, owned by you.

03

Vibe Profile

Style consistency score, language and framework preferences, coding fingerprint chart.

04

Projects

Per-project intelligence — patterns, memory, team members, and AI session history by project.

05

Pattern Search

Full-text search across all your patterns with 8 category filters. Find any preference instantly.

06

Sessions

Every AI session you've had — by tool, date, and project. Full history, searchable.

07

Handoffs

AI-to-AI context transfers with success rates and stats. See how your context moves across tools.

08

Connected AI

Per-AI status, MCP endpoint, session count, and sync state. Manage every tool from one screen.

09

Intelligence

Top languages, top categories, failure rankings. Where your AI is helping and where it's drifting.

10

Profile

Account info, plan, activity summary, and developer stats. Your Fivo identity at a glance.

11

Connect

OSS setup wizard (4 steps), API key manager, sync status, and device pairing. Start here after cell run.

12

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.

01

OSS Capture

Local daemon records AI sessions, patterns, memory entries into cell_oss.db as you work.

02

Encrypt & Batch

JWT-authenticated batches wrapped in AES-256. Only deltas since last sync cursor are sent.

03

Cloud Index

Cloud dedupes by sourceId, writes to 6 isolated DBs, updates cell_index.db GPS-style pointers.

04

Universal MCP

Any AI tool queries the cloud endpoint. Local SQLite first, cloud as fallback. Sub-50ms reads.

Fivo Cell Cloud Sync Console Status: Encrypted Sync Active
[OK] JWT issued — deviceId d8a3...f12c · expiresIn 2592000s
[OK] AES-256 channel established with cell.fivo.live
[OK] Sync cursor 2026-06-17T12:34:56Z · sending 14 entries
[..] Pattern p_a7f3 deduped (hash match) · skipped
[OK] 12 patterns + 2 sessions written to cell_oss.db
[OK] cell_index.db updated — 14 new pointers
[OK] New cursor 2026-06-17T12:35:02Z · ack received
[IDLE] Watching for local changes...

Scales with you

One developer today. Whole company tomorrow. Same product.

01
FREE FOREVER
INDIVIDUAL
$0 / month

Personal sync, dashboard, universal MCP, unlimited memory.

Start Free
02
TEAMS & ENTERPRISE
Custom

Team spaces, org standards, SSO, audit logs, compliance, dedicated support, custom SLAs. Volume pricing on request.

Contact Sales
Free Personal Sync — Forever

Your AI memory shouldn't live on one machine.

Install Cell OSS, sign in once, your patterns follow you across devices, projects, and AI tools.

Start Free Learn About Cell OSS

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.