mcpbeat Sign in

Lians Agent Memory MCP Server

local only

Lians Agent Memory runs on your own machine — the client starts it, so there is no endpoint to ping. 172 installs a week from pypi. Last commit 20 Aug 2026.

Bitemporal memory for AI agents with point-in-time recall and tamper-evident audit history.

Installs per day peak 172 · avg 51 · -41% w/w
a month agotoday
172
Installs / week
pypi · lians-sdk
11
Stars
4 open issues
20 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] lians/__init__.py:1, [пакет] lians/autogen_integration.py:1, [пакет] lians/client.py:1 и ещё 89
этот файл ставится пользователю, но в репозитории его нет
        ProcessStartInfo start = new ProcessStartInfo();

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add lians -- uvx lians-sdk
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "lians": {
      "args": [
        "lians-sdk"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.lians]
command = "uvx"
args = ["lians-sdk"]
.cursor/mcp.json
{
  "mcpServers": {
    "lians": {
      "args": [
        "lians-sdk"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "lians": {
      "args": [
        "lians-sdk"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: LIANS_URL (Optional base URL of a hosted or self-hosted Lians server; omit for local SQLite mode), LIANS_API_KEY (API key with read and write scopes), LIANS_AGENT_ID (Agent identifier used as the memory namespace), LIANS_LOCAL_DB (Local SQLite path used when LIANS_URL is omitted), LIANS_NAMESPACE (Local tenant namespace). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Lians Agent Memory

same job, measured the same way
Attestari
by attestari

Auditable memory for AI agents: provable deletion, tamper-evident audit, time-travel recall.

146 installs/wk local only
Nahuali
by arakiss

Trust-aware agent memory with evidence-backed recall, self-inspection, and audit history.

local only
Engrava
by sovantica

Tamper-evident audit, MindQL, and Action Records — embedded memory database for AI agents.

151 installs/wk local only
Tradememory Protocol
by mnemox-ai

Tamper-evident decision audit trail and outcome-weighted memory for AI trading agents.

119 installs/wk local only
YourMemory
by sachitrafa

Persistent memory for AI agents. Memories decay with time and strengthen on recall.

439 installs/wk local only
Engram
by tstockham96

Intelligent agent memory with automatic extraction, consolidation, and bi-temporal recall.

118 installs/wk local only
Bluecolumn Memory
by bluecolumnconsulting-lgtm

Persistent memory for AI agents — audio intelligence + Music Memory ingestion and recall

69 installs/wk local only
Touchstone
by touchstone

Bitcoin-anchored, tamper-evident audit log for AI agents — record, disclose and verify actions.

29 installs/wk answering

Lians Agent Memory — questions

Answers built from our own checks of this server.

Why is there no uptime for Lians Agent Memory?
Lians Agent Memory runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package lians-sdk was installed 172 times last week.
How do I connect Lians Agent Memory?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls lians-sdk straight from pypi; nothing to host, nothing to sign up for.
How many people use Lians Agent Memory?
The pypi package lians-sdk was installed 172 times in the last week. Week over week that is -41%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Lians Agent Memory open source?
Yes — it is published under the Apache-2.0 licence, written in Python, 11 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.