MCP Server
MCP
CLS++ Memory
Cross-LLM persistent memory: store context once, recall it from any AI model.
Install
uvx clsplusplus
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://www.clsplusplus.com/mcp"
}
],
"packages": [
{
"registryType": "pypi",
"identifier": "clsplusplus",
"version": "7.19.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your CLS++ API key (create one at https://www.clsplusplus.com/profile#api-keys)",
"isRequired": true,
"isSecret": true,
"name": "CLS_API_KEY"
},
{
"description": "CLS++ API base URL",
"value": "https://www.clsplusplus.com",
"name": "CLS_API_URL"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
pypi
By
Comments
Sign in to leave a comment