# Z3rno ## Docs - [Architecture Overview](https://astron-bb4261fd.mintlify.app/architecture.md): How Z3rno's multi-repo ecosystem fits together - [Benchmarks](https://astron-bb4261fd.mintlify.app/benchmarks.md): Performance benchmarks for Z3rno's memory operations - [z3rno-core](https://astron-bb4261fd.mintlify.app/components/core.md): The shared library powering Z3rno's memory engine - [z3rno-helm](https://astron-bb4261fd.mintlify.app/components/helm.md): Deploy Z3rno on Kubernetes with Helm - [z3rno-mcp](https://astron-bb4261fd.mintlify.app/components/mcp.md): MCP server for using Z3rno memory in Claude Desktop, Cursor, and other MCP clients - [z3rno-server](https://astron-bb4261fd.mintlify.app/components/server.md): The HTTP API service for Z3rno memory operations - [Memory Lifecycle](https://astron-bb4261fd.mintlify.app/concepts/memory-lifecycle.md): How memories are scored, decayed, transitioned, and deleted in Z3rno. - [Memory Types](https://astron-bb4261fd.mintlify.app/concepts/memory-types.md): Understand Z3rno's four-tier memory model. - [Multi-Tenancy](https://astron-bb4261fd.mintlify.app/concepts/multi-tenancy.md): How Z3rno isolates data across organisations, users, and agents using PostgreSQL Row-Level Security. - [Temporal Versioning](https://astron-bb4261fd.mintlify.app/concepts/temporal-versioning.md): How Z3rno tracks the full history of every memory using SCD Type 2 and point-in-time queries. - [Core Concepts](https://astron-bb4261fd.mintlify.app/core-concepts.md): An overview of Z3rno's memory model, lifecycle, temporal versioning, graph relationships, and multi-tenancy. - [Getting Started](https://astron-bb4261fd.mintlify.app/getting-started.md): Install Z3rno and store your first memory in under 5 minutes. - [Memory Architectures](https://astron-bb4261fd.mintlify.app/guides/memory-architectures.md): Design patterns for memory consolidation from working to episodic to semantic. - [Multi-Agent Memory](https://astron-bb4261fd.mintlify.app/guides/multi-agent-memory.md): Patterns for sharing memory between multiple AI agents. - [RAG Pipeline](https://astron-bb4261fd.mintlify.app/guides/rag-pipeline.md): Build retrieval-augmented generation with Z3rno as the memory layer. - [Anthropic MCP](https://astron-bb4261fd.mintlify.app/integrations/anthropic-mcp.md): Use Z3rno as a memory provider via the Model Context Protocol. - [CrewAI](https://astron-bb4261fd.mintlify.app/integrations/crewai.md): Use Z3rno as shared memory for CrewAI multi-agent workflows. - [LangChain](https://astron-bb4261fd.mintlify.app/integrations/langchain.md): Use Z3rno as a memory backend for LangChain agents with chat history and RAG retrieval. - [OpenAI Agents SDK](https://astron-bb4261fd.mintlify.app/integrations/openai-agents.md): Add persistent memory to OpenAI agents using Z3rno function tools. - [Introduction](https://astron-bb4261fd.mintlify.app/introduction.md): The database for AI agent memory. - [Migration Guide](https://astron-bb4261fd.mintlify.app/migration-guide.md): Upgrade instructions and breaking changes for Z3rno releases. - [Quickstart](https://astron-bb4261fd.mintlify.app/quickstart.md): Install the SDK and store your first memory in under 5 minutes. - [Python SDK](https://astron-bb4261fd.mintlify.app/sdks/python.md): Install the Z3rno Python SDK and start storing, recalling, and managing agent memories. - [TypeScript SDK](https://astron-bb4261fd.mintlify.app/sdks/typescript.md): Install the Z3rno TypeScript SDK and start storing, recalling, and managing agent memories. - [Configuration](https://astron-bb4261fd.mintlify.app/self-hosting/configuration.md): Complete environment variable reference for Z3rno. - [Docker Compose](https://astron-bb4261fd.mintlify.app/self-hosting/docker-compose.md): Deploy Z3rno locally or in production with Docker Compose. - [Kubernetes](https://astron-bb4261fd.mintlify.app/self-hosting/kubernetes.md): Deploy Z3rno on Kubernetes using the official Helm chart. - [Troubleshooting & FAQ](https://astron-bb4261fd.mintlify.app/troubleshooting.md): Common issues, error resolution, and frequently asked questions about Z3rno. ## OpenAPI Specs - [openapi](https://astron-bb4261fd.mintlify.app/api/openapi.json)