Catalog
CLS++ Memory
Officialby rajamohan1950
Cross-LLM persistent memory: store context once, recall it from any AI model.
Persistent cross-model memory system for storing and recalling context across AI services.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
CLS_API_KEYrequiredsecretYour CLS++ API key (create one at https://www.clsplusplus.com/profile#api-keys)
CLS_API_URLdefault https://www.clsplusplus.comCLS++ API base URL
claude_desktop_config.json
{
"mcpServers": {
"cls-memory": {
"command": "uvx",
"args": [
"clsplusplus"
],
"env": {
"CLS_API_KEY": "<YOUR_CLS_API_KEY>",
"CLS_API_URL": "https://www.clsplusplus.com"
}
}
}
}