Back to Browse

Lians MCP Server

Developer ToolsLow Risk9.3MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

9.3
Low Risk9.3Low Risk

Valid MCP server (1 strong, 0 medium validity signals). 2 known CVEs in dependencies ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

10 files analyzed · 3 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

Optional base URL of a hosted or self-hosted Lians server; omit for local SQLite modeOptional

Environment variable: LIANS_URL

API key with read and write scopesRequired

Environment variable: LIANS_API_KEY

Agent identifier used as the memory namespaceOptional

Environment variable: LIANS_AGENT_ID

Local SQLite path used when LIANS_URL is omittedOptional

Environment variable: LIANS_LOCAL_DB

Local tenant namespaceOptional

Environment variable: LIANS_NAMESPACE

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-ebeirne-lians": {
      "env": {
        "LIANS_URL": "your-lians-url-here",
        "LIANS_API_KEY": "your-lians-api-key-here",
        "LIANS_AGENT_ID": "your-lians-agent-id-here",
        "LIANS_LOCAL_DB": "your-lians-local-db-here",
        "LIANS_NAMESPACE": "your-lians-namespace-here"
      },
      "args": [
        "lians-mcp",
        "lians-sdk"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!