Official documentation for QubicDB — a brain-like recursive memory database for LLMs.
https://qubicdb.github.io/docs/
| File | Description |
|---|---|
| API.md | Full API & Operations Reference — REST endpoints, MCP, config, persistence internals, benchmarks |
- Introduction & architecture overview
- Data model — Neuron, Synapse, Matrix
- Lifecycle state machine (Active → Idle → Sleeping → Dormant)
- Background daemon flow (Decay, Consolidate, Prune, Persist, Reorg)
- Persistence internals — NRDB binary format + WAL
- Hybrid search scoring formula (lexical + vector + sentiment)
- Authentication & authorization (Basic Auth, SHA256 constant-time)
- Full REST API reference — all endpoints, parameters, error codes
- MCP endpoint (Streamable HTTP, JSON-RPC 2.0)
- Configuration reference — YAML, env vars, CLI flags
- Connection strings (
qubicdb://scheme) - Benchmarks (real results, Apple M3 arm64)
- Capacity planning & production checklist
- Server repo: github.com/qubicDB/qubicdb
- SDKs: github.com/qubicDB/sdks
- Website: qubicdb.github.io/qubicdb-web
- OpenAPI spec:
openapi.yaml
MIT
Developed by Deniz Umut Dereli