> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sovseal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction to sovseal

> One private memory across every AI you use — local-first, zero-knowledge.

**sovseal** is the local-first, zero-knowledge memory layer for AI agents, apps, and coding tools. Memories live on your device in an encrypted LanceDB vector store, sync as ciphertext, and are readable by no one else — including us.

<CardGroup cols={2}>
  <Card title="Quickstart" href="/platform/quickstart">
    Store and search your first memory in under 2 minutes using the CLI, MCP, or SDK
  </Card>

  <Card title="sovseal MCP" href="/platform/mcp">
    Add persistent memory to Claude Code, Cursor, Windsurf, or Antigravity
  </Card>

  <Card title="CLI Reference" href="/sdk-reference/cli">
    Terminal memory, `sovseal mind` digests, and automated `doctor` health checks
  </Card>

  <Card title="Sign up as an agent" href="/platform/autonomous-agent-onboarding">
    Self-provision project tokens for autonomous agent runtimes without a browser
  </Card>
</CardGroup>

## Why teams pick sovseal

* **Zero latency (0 RTT)**: Vector similarity search runs 100% on-device against local LanceDB (sub-10ms p50).
* **Client-side encryption**: Memory text is encrypted with AES-256-GCM under keys stored in your OS keychain.
* **Cross-assistant memory**: Tell Claude Desktop once — Cursor, Windsurf, and your custom agents remember too.
* **Compliance ready**: PII redaction and zero-knowledge encryption make memory safe under NDA, HIPAA, or security policy.

## Explore by integration

<CardGroup cols={3}>
  <Card title="Claude Code" href="/integrations/claude-code">
    CLI session memory
  </Card>

  <Card title="Cursor" href="/integrations/cursor">
    IDE workspace memory
  </Card>

  <Card title="Antigravity" href="/integrations/antigravity">
    Autonomous agent memory
  </Card>
</CardGroup>
