HomeKnowledge & Memory › Lians Agent Memory

Lians Agent Memory

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

Python Local macOSWindowsLinux
★ 11 stars Last pushed 2026-09-21 License: Apache-2.0

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.5.0)

uvx lians-sdk

Or add to your MCP client config:

{
  "mcpServers": {
    "lians": {
      "command": "uvx",
      "args": [
        "lians-sdk"
      ],
      "env": {
        "LIANS_URL": "<YOUR_VALUE>",
        "LIANS_API_KEY": "<YOUR_VALUE>",
        "LIANS_AGENT_ID": "<YOUR_VALUE>",
        "LIANS_LOCAL_DB": "<YOUR_VALUE>",
        "LIANS_NAMESPACE": "<YOUR_VALUE>"
      }
    }
  }
}
  • LIANS_URL — Optional base URL of a hosted or self-hosted Lians server; omit for local SQLite mode
  • LIANS_API_KEY secret — 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

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry