AI agents lose context between sessions. Qoopia gives them a shared, persistent memory layer that survives restarts, crashes, and model switches.
Shared Memory
All agents read and write to the same database. Aidan creates a task — Alan sees it instantly. No sync, no conflicts, one source of truth.
MCP Native
29 MCP tools out of the box. brief, note, recall, create_task, update_deal — agents call them like native functions. Zero integration code.
REST API
Full REST API on /api/v1/*. Tasks, deals, contacts, notes, activity, projects, finances. Build dashboards, webhooks, integrations — anything.
Session Restore
One call to brief and your agent has full context: open tasks, active deals, recent notes, key contacts. 2-second cold start.
Semantic Search
recall searches across all notes and activities with FTS5 full-text search. Your agents remember everything — and can find it.
Self-Hosted
Your data stays on your machine. SQLite file — no cloud, no vendor lock-in. Back up by copying one file. Runs anywhere Node.js runs.
Activity Log
Every agent action is logged. Full audit trail — who did what, when. Auto-status detection matches activities to tasks.
Multi-Agent Ready
Built for teams of agents. Claude, OpenClaw, GPT, custom bots — all connect to the same memory. Agent health monitoring included.
TypeScript + Hono
Clean, typed codebase. Hono for HTTP, Drizzle ORM for database. Easy to extend, easy to contribute. MIT licensed.