00The cloud brain for AI agents

Arcana. Memory your agents keep.

Arcana is a persistent brain for your AI agents — an entity graph, a timeline, a fact store, and semantic search, reachable from any MCP-aware tool. The difference between an agent that knows your context and one that starts every conversation from zero.

factinsightentitydecaying
INGEST ▸ SCORE ▸ LINK ▸ DECAYRECALL · <100MS
MEMORIES
Unlimited
RETRIEVAL
Hybrid · <100ms
ORGANIZATION
Automatic, while you sleep
01THE IDEA

Your agents forget. Arcana is how they stop.

Every session with an AI agent starts the same way: re-explaining who you are, what you're building, and what was decided last week. The model layer is brilliant; the memory layer is missing. Arcana supplies it — one brain that every tool you use reads from and writes to.

It speaks the Model Context Protocol natively, so Claude Code, Claude Desktop, OpenClaw, and the KyberAgent runtime all plug into the same memory. What one agent learns, the next one already knows.

02THE BRAIN

Four stores. One substrate.

A brain is not a vector database with a logo. Arcana keeps an entity graph, a timeline, a fact store, and embeddings in one substrate — and queries them together.

ENTITY GRAPH

People, projects, and how they connect

Entities are first-class nodes — people, companies, projects, places — joined by typed relationships. Pin an entity and it becomes load-bearing: the brain will never prune it.

pin_entitytyped edgesalias merging
TIMELINE

A chronological record of everything

Every event lands on a full-text-searchable timeline. Ask what happened, when it happened, and what it touched — the brain answers from the record, not from vibes.

FTS searchevent log
FACT STORE

Facts that know how sure they are

Every fact carries a source-confidence score: a user correction outranks a chat inference, which outranks an AI extraction. Agents reason over what they know versus what they suspect — and ask before assuming.

user-correction 1.0chat 0.85ai-extraction 0.60
SEMANTIC RECALL

Meaning, not keywords

Every memory is embedded for meaning. Search for the onboarding docs and find them even when they're titled 'new user setup' — semantic, keyword, and metadata retrieval fused into one query.

vector searchhybrid fusion
03THE SLEEP AGENT

It learns while you sleep.

A background pass runs continuously over every workspace — tagging, consolidating, linking, and pruning. You never file a memory. You wake up to a brain that organized itself.

FIG. 3.0 / SLEEP CYCLE10 CHECKPOINTED STEPS
01DECAYage-based confidence reduction
02TAGauto-tag new memories
03CONSOLIDATEcollapse near-duplicates
04LINKpropose entity relationships
05TIERhot / warm / archive promotion
06SUMMARIZEcompress long threads
07HYGIENEmerge entity aliases
08OBSERVEfilter noise
09REASONgenerate insights
10PROFILEgrow the agent’s identity
WHAT THAT BUYS YOU

Memory that ages like a human’s

High-relevance facts persist; low-signal trivia softens and decays. The brain stays sharp instead of silting up.

Connections you didn’t make

The sleep pass proposes relationships between entities and generates insights from patterns across memories — with provenance attached.

An identity that grows

Each cycle regenerates the agent’s living profile of you and your work — so its judgment improves, not just its recall.

04RETRIEVAL

It's not just search.

Traditional search finds documents with matching words. Arcana fuses semantic, keyword, and metadata retrieval across the timeline, the fact store, and the entity graph — in one query, in under 100 milliseconds.

HYBRID FUSION

Three retrievers, one answer

Rank fusion merges vector similarity, full-text match, and structured metadata into a single ranked result — so you find what you mean, not just what you typed.

reciprocal rank fusion
AUTO-RECALL

Context injected before every turn

MCP clients can pull relevant memories into the conversation automatically. Your agent just knows — no tool calls, no prompting rituals.

TIERED MEMORY

Hot where it counts

Access patterns promote memories through hot, warm, and archive tiers, so the knowledge you use daily answers fastest.

05LOCAL ↔ CLOUD

Your memory is portable.

Arcana is a byte-identical cloud twin of the local KyberAgent brain. Same wire protocol, same stores, same output. Flip an agent between local and cloud without losing a thing.

FIG. 5.0 / PARITY1:1 BY DESIGN
LOCAL
On your machine, in SQLite

The KyberAgent daemon keeps the brain local-first — private by default, fast by proximity, yours by construction.

ARCANA CLOUD
The same brain, anywhere

Hosted workspaces with the identical wire protocol — reachable from every device and every MCP client, with isolated storage and its own sleep loop per workspace.

memory_backend: local | cloud — a config flip, non-destructive in both directions.

06INTEGRATIONS

Plugs into the tools you already run

Arcana speaks MCP natively, with browser-based OAuth — sign in once, no API-key juggling. If your tool speaks MCP, it has a brain.

MCP · NATIVE

One endpoint, fourteen memory tools

Connect Claude Code, Claude Desktop, or any MCP client and your agent gains remember, recall, search, timeline, brain notes, and entity tools — against the same brain everywhere.

$ claude mcp add arcana https://mcp.arcana.kybernesis.ai
→ browser sign-in · workspace linked
tools: arcana_remember · arcana_recall · arcana_search · +11
Claude CodeClaude DesktopOpenClawKyberAgentany MCP client
CONNECTORS

Your documents, auto-synced

OAuth connectors pull from Google Drive and Notion on a schedule — no manual uploads. Slack and GitHub are next.

Google DriveNotionSlack · soon
CLAUDE CODE PLUGIN

Install and go

The Arcana plugin adds remember, recall, and brain-note skills to Claude Code in one step — memory as a native part of your coding sessions.

REST API

Programmatic everything

Bearer-token API access to the full brain — ingest, query, and manage workspaces from your own services.

TOPOLOGY VIEW

See your knowledge as a living graph

The Arcana console renders your memories as an interactive graph — nodes, relationships, clusters of themes — so you can watch the brain think.

07PRICING

Free to start. No credit card.

FREE$0

One personal workspace. Get started.

  • 1 workspace
  • 500 memories / month
  • MCP + skills
Start free
PRO$47/mo

Unlimited memories. The brain at full pace.

  • Unlimited workspaces & memories
  • All connectors
  • Hourly sleep cycles
  • Priority support
Get Pro
MAX$97/mo

Everything in Pro, plus advanced reasoning.

  • Opus-tier reasoning
  • Custom agents
  • Dedicated Slack channel
Get Max
08GET STARTED

Your agents' second brain is ready when you are

Connect a tool, save a few memories, and watch the Sleep Agent organize them. The free tier needs no card — your first agent can be remembering in minutes.

The cloud brain · MCP-native · Same memory as KyberAgent local, anywhere