← Back to browse

Lians Agent Memory

Indexed by io.github.ebeirne

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsLIANS_URL LIANS_API_KEY LIANS_AGENT_ID LIANS_LOCAL_DB LIANS_NAMESPACE
Claude Code
claude mcp add --env LIANS_URL= --env LIANS_API_KEY= --env LIANS_AGENT_ID= --env LIANS_LOCAL_DB= --env LIANS_NAMESPACE= lians -- uvx lians-sdk
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"lians","command":"uvx","args":["lians-sdk"],"env":{"LIANS_URL":"","LIANS_API_KEY":"","LIANS_AGENT_ID":"","LIANS_LOCAL_DB":"","LIANS_NAMESPACE":""}}'
JSON
{
  "mcpServers": {
    "lians": {
      "command": "uvx",
      "args": [
        "lians-sdk"
      ],
      "env": {
        "LIANS_URL": "",
        "LIANS_API_KEY": "",
        "LIANS_AGENT_ID": "",
        "LIANS_LOCAL_DB": "",
        "LIANS_NAMESPACE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.