← Back to Plugins
MCP Server MCP

Lians Agent Memory

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx lians-sdk

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "lians-sdk",
      "version": "0.5.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "lians-sdk[mcp]",
          "type": "named",
          "name": "--from"
        },
        {
          "value": "lians-mcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Optional base URL of a hosted or self-hosted Lians server; omit for local SQLite mode",
          "name": "LIANS_URL"
        },
        {
          "description": "API key with read and write scopes",
          "isSecret": true,
          "name": "LIANS_API_KEY"
        },
        {
          "description": "Agent identifier used as the memory namespace",
          "default": "mcp-agent",
          "name": "LIANS_AGENT_ID"
        },
        {
          "description": "Local SQLite path used when LIANS_URL is omitted",
          "default": "~/.lians/mcp.db",
          "name": "LIANS_LOCAL_DB"
        },
        {
          "description": "Local tenant namespace",
          "default": "mcp",
          "name": "LIANS_NAMESPACE"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...