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.
LIANS_URLrequiredBase URL of your Lians server (self-hosted or cloud)
LIANS_API_KEYrequiredsecretAPI key with read and write scopes
LIANS_AGENT_IDAgent identifier used as the memory namespace
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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 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-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.