← Back to Plugins
MCP Server MCP

CLS++ Memory

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...