Odel
Lians Agent Memory

Lians Agent Memory

Local
@lians-ai10PythonApache-2.0Updated Today

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIlians-sdkv0.5.0

Run

uvx lians-sdk

MCP client config

{
  "mcpServers": {
    "lians-agent-memory": {
      "command": "uvx",
      "args": [
        "lians-sdk"
      ]
    }
  }
}