Skip to content
Claude Desktop

Lians Agent Memory for Claude Desktop

io.github.ebeirne/lians

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

client:Claude Desktop transport:stdio runtime:pypi

Install Lians Agent Memory in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "lians": {
      "command": "uvx",
      "args": [
        "lians-sdk"
      ],
      "env": {
        "LIANS_URL": "<LIANS_URL>",
        "LIANS_API_KEY": "<LIANS_API_KEY>",
        "LIANS_AGENT_ID": "<LIANS_AGENT_ID>",
        "LIANS_LOCAL_DB": "<LIANS_LOCAL_DB>",
        "LIANS_NAMESPACE": "<LIANS_NAMESPACE>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Lians Agent Memory in other clients