Skip to content
Grok

Lians Agent Memory for Grok

io.github.ebeirne/lians

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

client:Grok transport:stdio runtime:pypi

Install Lians Agent Memory in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "lians": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Lians Agent Memory in other clients