Bitemporal memory for AI agents. SEC 17a-4 audit chain, GDPR crypto-shred, information barriers.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Learn more - Docs - Install - Quickstart
Benchmark: 0 stale facts in top-5 vs mem0-style recall's 4/4, plus 100% supersession accuracy
Lians is regulated AI memory infrastructure: a memory control plane for agents that operate on time-sensitive, audited, confidential data.
| Library | Self-Hosted Server | Cloud | |
|---|---|---|---|
| Best for | Testing, prototyping | Regulated teams, private deployments | Zero-ops production (early access) |
| Setup | pip install lians-sdk[local] | docker compose up --build | pip install lians-sdk + API key |
| Database | SQLite (zero setup) | Postgres 16 + pgvector | Managed |
| Audit chain | Yes | Yes | Yes |
| Crypto-shred erasure | Yes | Yes | Yes |
| Information barriers | Local checks | PostgreSQL RLS | Managed policy |
| Air-gap capable | No | Yes | No |
Lians should be understood as a memory control plane for agents that operate on time-sensitive, audited, confidential data.
Most memory layers help an agent remember. Lians is built for institutions that must also prove what the agent knew, when it knew it, where the fact came from, who was allowed to see it, whether stale facts were excluded, and whether erased content is cryptographically unrecoverable while the audit trail survives.
That is the gap between useful memory and deployable memory in financial, medical, and legal environments.
Generic agent memory optimizes for personalization and recall. Regulated agent memory has a different job: it must keep the agent's context correct, current, segregated, reproducible, and defensible under review.
Lians is designed for the failure modes that matter in institutions:
The short competitive frame:
mem0 remembers. Zep connects. Lians proves what the agent knew, when it knew it, who could see it, and whether that memory was allowed to influence a regulated decision.
| Vertical | What Lians proves | Product primitives |
|---|---|---|
| Financial institutions | No stale or future facts influenced a decision; desk barriers held; audit state is reconstructable | Bitemporal recall, backtest contamination checks, SEC/FINRA audit export, RLS information barriers, related-party graph paths |
| Healthcare organizations | PHI access is scoped; care-team memory is reconstructable; patient erasure is provable | Per-subject encryption, crypto-shred certificates, HIPAA safeguard mapping, care-network graph, air-gap mode |
| Legal institutions | Matter walls held; privilege cutoffs are reproducible; chain-of-custody survives erasure | Matter-level barriers, recall_at for privilege dates, audit reconstruction, conflict-of-interest graph paths |
Procurement and technical review materials:
Lians is listed on the official MCP Registry. Any MCP-compatible host - Claude Desktop, Cursor, VS Code, Windsurf, and others - can connect to your Lians server as a native tool with a one-time config. No SDK code, no custom adapter, no wrapper.
Your agents get eight tools automatically:
| Tool | What it does |
|---|---|
remember | Store a fact with event time and metadata |
recall | Retrieve current (non-stale) facts by semantic query |
recall_at | Point-in-time recall β what did we know on date X? |
reconstruct | Full audit reconstruction for regulatory submissions |
list_conflicts | Surface facts where two sources disagree |
memory_lineage | Full supersession history of any fact |
fact_history | Time-series view of a ticker+metric (e.g. AAPL EPS) |
backtest_check | Detect lookahead bias before a backtest runs |
Add to your claude_desktop_config.json (or equivalent MCP config):
Restart your client and Lians memory tools appear immediately β no install step for your users beyond setting the three env vars.
Set LIANS_URL, LIANS_API_KEY, and optionally LIANS_AGENT_ID in the environment.
Switch to the hosted server with one line: from lians import LiansClient as LocalLiansClient
LiansMemoryHarness wraps the two operations every memory-augmented agent needs β
recall-before and remember-after β into one object, with the compliance scoping
(subject, source, event-time, information barrier) regulated deployments require.
Works with any sync client (LiansClient or LocalLiansClient) and any model.
Regulated scoping ties every write to one data subject and an information barrier:
Runnable end-to-end demo: agentmem/examples/harness_demo.py.
Some compliance checks are graph queries. Lians stores bitemporal relationship edges alongside facts β same audit chain, same information barriers, no graph database β so you can answer them point-in-time:
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/lians-financial-grade-agent-memory-2)<a href="https://allmcps.com/mcp/lians-financial-grade-agent-memory-2"><img src="https://allmcps.com/api/badge/lians-financial-grade-agent-memory-2?style=directory" alt="Lians β Financial Grade Agent Memory on AllMCPs" /></a>