Skip to content
Claude Desktop

CLS++ Memory for Claude Desktop

io.github.rajamohan1950/cls-memory

Cross-LLM persistent memory: store context once, recall it from any AI model.

client:Claude Desktop transport:streamable-http runtime:pypi

Install CLS++ Memory in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "cls-memory": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://www.clsplusplus.com/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

CLS++ Memory in other clients