PluginBench
MCP Server

Lians — Financial-Grade Agent Memory MCP Server

io.github.ebeirne/lians

What is the Lians — Financial-Grade Agent Memory MCP server?

Bitemporal memory for AI agents. SEC 17a-4 audit chain, GDPR crypto-shred, information barriers.

How to install Lians — Financial-Grade Agent Memory

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • LIANS_URL
    required

    Base URL of your Lians server (self-hosted or cloud)

  • LIANS_API_KEY
    required
    secret

    API key with read and write scopes

  • LIANS_AGENT_ID

    Agent identifier used as the memory namespace

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "lians": {
      "command": "uvx",
      "args": [
        "lians-sdk",
        "--from",
        "lians-sdk[mcp]",
        "lians-mcp"
      ],
      "env": {
        "LIANS_URL": "<YOUR_LIANS_URL>",
        "LIANS_API_KEY": "<YOUR_LIANS_API_KEY>",
        "LIANS_AGENT_ID": "<YOUR_LIANS_AGENT_ID>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "lians": {
      "command": "uvx",
      "args": [
        "lians-sdk",
        "--from",
        "lians-sdk[mcp]",
        "lians-mcp"
      ],
      "env": {
        "LIANS_URL": "<YOUR_LIANS_URL>",
        "LIANS_API_KEY": "<YOUR_LIANS_API_KEY>",
        "LIANS_AGENT_ID": "<YOUR_LIANS_AGENT_ID>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "lians": {
      "command": "uvx",
      "args": [
        "lians-sdk",
        "--from",
        "lians-sdk[mcp]",
        "lians-mcp"
      ],
      "env": {
        "LIANS_URL": "<YOUR_LIANS_URL>",
        "LIANS_API_KEY": "<YOUR_LIANS_API_KEY>",
        "LIANS_AGENT_ID": "<YOUR_LIANS_AGENT_ID>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "lians": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "lians-sdk",
        "--from",
        "lians-sdk[mcp]",
        "lians-mcp"
      ],
      "env": {
        "LIANS_URL": "<YOUR_LIANS_URL>",
        "LIANS_API_KEY": "<YOUR_LIANS_API_KEY>",
        "LIANS_AGENT_ID": "<YOUR_LIANS_AGENT_ID>"
      }
    }
  }
}
Claude Code
claude mcp add lians --env LIANS_URL=<YOUR_LIANS_URL> --env LIANS_API_KEY=<YOUR_LIANS_API_KEY> --env LIANS_AGENT_ID=<YOUR_LIANS_AGENT_ID> -- uvx lians-sdk --from lians-sdk[mcp] lians-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →