1.2 The pitch

OwnSona breaks the cycle by being the durable memory store every MCP-capable LLM connects to.

The mechanism is unspectacular: MCP standardizes tool-calling for LLMs, OwnSona implements seven tools, and any LLM client that speaks MCP can call them. Under the hood, memories are stored in PostgreSQL with the pgvector extension; recall is vector-similarity search over OpenAI’s text-embedding-3-small model by default (swappable).