Skip to content
Windsurf

Lians Agent Memory for Windsurf

io.github.ebeirne/lians

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

client:Windsurf transport:stdio runtime:pypi

Install Lians Agent Memory in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "lians": {
      "command": "uvx",
      "args": [
        "lians-sdk"
      ],
      "env": {
        "LIANS_URL": "<LIANS_URL>",
        "LIANS_API_KEY": "<LIANS_API_KEY>",
        "LIANS_AGENT_ID": "<LIANS_AGENT_ID>",
        "LIANS_LOCAL_DB": "<LIANS_LOCAL_DB>",
        "LIANS_NAMESPACE": "<LIANS_NAMESPACE>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Lians Agent Memory in other clients