LiticaLitica
Docs/Quickstart

Getting Started

Quickstart

Connect Claude Desktop to the Litica namespace in two steps. No server setup required.

1

Get your API key

Create a free account and request an API key from the dashboard. Keys follow the format lk_....

Create an account
2

Add Litica to your MCP client

Open your Claude Desktop config file and add the following. Replace lk_your-api-key with the key you received.

~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "litica-memory": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.litica.org/mcp/",
        "--header",
        "X-API-Key:lk_your-api-key"
      ]
    }
  }
}

Save the file and restart Claude Desktop. That is it.

You are connected.

Claude now has access to add_memory and search_memory. Tell Claude to remember something and it will write it to the namespace with reference frame decomposition. In a new session, ask it to recall and it will retrieve across the namespace using spreading activation and salience scoring.

Next steps