Package: maludb Version: 0.95.0-1 Architecture: all Maintainer: Edward Honour Installed-Size: 11 Depends: postgresql-17-maludb-core (>= 0.95.0-1) Recommends: maludb-mc2dbd (>= 0.95.0-1) Homepage: https://github.com/maludb/maludb-core Priority: optional Section: database Filename: pool/main/m/maludb/maludb_0.95.0-1_all.deb Size: 4332 SHA256: 85d5944597734c07e597255c7d6abdcb24bd21c43ef9a33ad6bcee52f94cdba7 SHA1: 2d701beb54a197c2270a807fdbd2c42b25a73a59 MD5sum: 5337f5e9a984b3e45b5baea1bf8326b6 Description: memory DBMS for long-term institutional memory (metapackage) Single managed installation of the MaluDB stack: pulls in PostgreSQL 17 with pgvector, pgaudit and pg_partman plus the maludb_core extension (via postgresql-17-maludb-core), and by default the MC2DB MCP listener daemon (maludb-mc2dbd). Operators on a different PostgreSQL major can install postgresql-16-maludb-core or postgresql-18-maludb-core directly instead. . After installation, create the extension in a database: . sudo -u postgres createdb maludb sudo -u postgres psql -d maludb -c "CREATE EXTENSION maludb_core CASCADE" Package: maludb-mc2dbd Source: maludb Version: 0.95.0-1 Architecture: amd64 Maintainer: Edward Honour Installed-Size: 117 Pre-Depends: adduser Depends: libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjansson4 (>= 2.14), libmicrohttpd12t64 (>= 0.9.50), libpq5, postgresql-17-maludb-core (>= 0.95.0-1) Recommends: ca-certificates Homepage: https://github.com/maludb/maludb-core Priority: optional Section: database Filename: pool/main/m/maludb/maludb-mc2dbd_0.95.0-1_amd64.deb Size: 38894 SHA256: 96c8d54ad40009b286d2e4eadbe21e38d58614be3218a016979a46810d122438 SHA1: f9fa665baf1f1216fcadcb2608dc4a16818fe402 MD5sum: 171fc88a37545afb25955f505b2057c4 Description: MaluDB MC2DB listener (MCP-over-HTTPS sidecar) The maludb_mc2dbd daemon exposes the MaluDB MC2DB tool registry as an MCP-compatible HTTPS endpoint, plus a Prometheus /metrics scrape endpoint. Four implementation_type dispatchers are wired: sql_function (libpq into the PG session), external_exec (fork+exec with per-tool timeout and absolute-path-only enforcement), mcp_proxy (forwards tools/call to a remote MCP server over HTTP or stdio transport), and http_endpoint (generic REST call dispatcher). . Installs a hardened systemd unit (ProtectSystem=strict, ProtectHome=read-only, RestrictAddressFamilies). Listens on 127.0.0.1:5329 by default; bind/cert/token configured under /etc/maludb/maludb-mc2dbd.conf. Package: postgresql-16-maludb-core Source: maludb Version: 0.95.0-1 Architecture: amd64 Maintainer: Edward Honour Installed-Size: 48130 Pre-Depends: postgresql-16 Depends: libc6 (>= 2.33), libcurl4t64 (>= 7.16.2), libssl3t64 (>= 3.0.0), postgresql-16-pgvector, postgresql-16-pgaudit, postgresql-16-partman Homepage: https://github.com/maludb/maludb-core Priority: optional Section: database Filename: pool/main/m/maludb/postgresql-16-maludb-core_0.95.0-1_amd64.deb Size: 367392 SHA256: 1b6d4be3ab6b183163540fcc9bb369c9172692cc5ed1781fed7585eb0fe47fcd SHA1: 8f698d2e3eb9d603b7b9fee84aafd47156fb6b0b MD5sum: 6c32a7bc6d3b7fa097106ec27e9651c3 Description: MaluDB memory core — PostgreSQL 16 extension PostgreSQL 16 build of the maludb_core extension. See the postgresql-17-maludb-core package for the full feature description. Package: postgresql-17-maludb-core Source: maludb Version: 0.95.0-1 Architecture: amd64 Maintainer: Edward Honour Installed-Size: 48126 Pre-Depends: postgresql-17 Depends: libc6 (>= 2.33), libcurl4t64 (>= 7.16.2), libssl3t64 (>= 3.0.0), postgresql-17-pgvector, postgresql-17-pgaudit, postgresql-17-partman Homepage: https://github.com/maludb/maludb-core Priority: optional Section: database Filename: pool/main/m/maludb/postgresql-17-maludb-core_0.95.0-1_amd64.deb Size: 366656 SHA256: 8067fff3cbe0d8184ebf12c856922bbb738e0ea5b1277172337fa1ed2b76bb7b SHA1: e3ab0bbf6b49f9d00274e76b7d0b7ae93291325b MD5sum: 9e0c877ae89dc757f89f4145c9c48e6c Description: MaluDB memory core — PostgreSQL 17 extension MaluDB is a memory DBMS for long-term institutional memory, human-AI knowledge sharing, and contextual recall. This package provides the maludb_core extension (migration chain through 0.95.0): . * Stage 1 schema + MC2DB tool registry with four implementation_type dispatchers. * Stage 2 memory object model: source packages, claims, facts, episode objects, memory detail objects, relationship edges, derivation ledger. * Stage 3 bitemporal time, SVPOR organization, MAUT confidence scoring, lifecycle + supersession engine, legal hold. * Stage 4 retrieval planner with FTS + pg_trgm + graph traversal + query hints + authorization-aware retrieval (planning, expansion, assembly). * Stage 5 workflow extraction engine, skill runtime, active memory pools, episode replay API. * Stage 6 local-node sync protocol, model registry with blue-green indexes + dual-space routing + adapter alignment + local-model capability negotiation, and an advanced MC2DB tool surface. * V3 platform (Stages 8-15): auth/secret store, REST endpoint registry, durable queue, cron scheduler, verbatim source archive, realtime events + presence, metrics/log-drain/backup manifests. * V4 (Stages 16+): PageIndex / ChatIndex tree-of-summaries catalogs with LLM-guided descent over the source archive. * Memory graph (0.75.0-0.95.0): typed subjects/verbs, SVO statement edges, polymorphic attributes + templates, episodes as typed event subjects, one-call JSON extraction ingest, and the semantic spine - entity-card embeddings with a trigger-fed dirty queue and opt-in similarity jumps in graph traversal. Package: postgresql-18-maludb-core Source: maludb Version: 0.95.0-1 Architecture: amd64 Maintainer: Edward Honour Installed-Size: 48126 Pre-Depends: postgresql-18 Depends: libc6 (>= 2.33), libcurl4t64 (>= 7.16.2), libssl3t64 (>= 3.0.0), postgresql-18-pgvector, postgresql-18-pgaudit, postgresql-18-partman Homepage: https://github.com/maludb/maludb-core Priority: optional Section: database Filename: pool/main/m/maludb/postgresql-18-maludb-core_0.95.0-1_amd64.deb Size: 365522 SHA256: 092e856602a6e91baadc9810d6c9836024adf95ce0ac9f6b9f3658e2375532af SHA1: 78aa95c8edb97870c6cabe7e51a6d004228a30b8 MD5sum: 1f7b61d63dd11ed8fe409c014fdd7e6f Description: MaluDB memory core — PostgreSQL 18 extension PostgreSQL 18 build of the maludb_core extension. See the postgresql-17-maludb-core package for the full feature description.