Epitome — Your AI Memory Vault

Personal AI Database

Your AI
memory vault.

The portable identity layer that gives every AI agent a shared, persistent memory of you. Open source. Self-hostable. Yours.

Architecture

The Five Layers

Each layer compounds on the last.

01

Personal Database

Structured tables, vector semantic memory, and key-value storage. Your data lives in PostgreSQL — queryable, exportable, yours.

02

Portable Identity

A structured profile any AI agent reads instantly. Name, preferences, relationships — zero cold start, every conversation.

03

Memory Quality

Confidence scoring, source attribution, and lifecycle management. Memories earn trust through reinforcement, not blind faith.

04

Knowledge Graph

Entities with typed, weighted edges. People, places, concepts — connected in a graph that grows with every interaction.

05

Consent & Audit

Per-table permissions and an append-only activity log. You control exactly what each agent can see and do.

Getting Started

How It Works

01

Connect your agent

Add Epitome to Claude, ChatGPT, or any MCP-compatible client in seconds.

json
{
  "mcpServers": {
    "epitome": {
      "url": "https://your-instance.epitome.fyi/mcp"
    }
  }
}
02

It learns about you

Entities, preferences, and patterns are extracted automatically from every conversation.

“I had sushi with Sarah in New York
03

Every agent shares memory

Switch between AI platforms with zero cold start. Your context follows you everywhere.

The Local AI Stack

Better Together

Epitome

Identity & Memory

Persistent context, knowledge graph, portable profile. Every agent shares memory — no more starting from scratch.

OpenClaw handles what your agents do. Epitome handles what they know.

Open Source

Self-Hostable. Yours.

bash
git clone https://github.com/gunning4it/epitome.git
cd epitome
docker compose up -d
MIT LicenseGitHub

Pricing

Simple, transparent pricing.

Start free, upgrade when you need more.

Free

For individuals getting started

$0

  • 2 tables
  • 3 agents
  • 100 graph entities
  • 30-day audit retention
  • MCP + REST API access
Get Started

Pro

For power users

$5/mo

  • Unlimited tables
  • Unlimited agents
  • Unlimited graph entities
  • 365-day audit retention
  • Priority support
Get Started

Agent Pay-Per-Call

For AI agents via x402

$0.01/call

  • $0.01 per MCP tool call
  • Pay with USDC on Base
  • No subscription needed
  • Automatic pro-tier access per call
  • x402 protocol (HTTP 402)
Read the Docs