Skip to content
VS Code

CLS++ Memory for VS Code

io.github.rajamohan1950/cls-memory

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

client:VS Code transport:streamable-http runtime:pypi

Install CLS++ Memory in VS Code

.vscode/mcp.json

{
  "servers": {
    "cls-memory": {
      "type": "http",
      "url": "https://www.clsplusplus.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

CLS++ Memory in other clients