CLS++ Memory
Rank #5,594io.github.rajamohan1950/cls-memory
Cross-LLM persistent memory: store context once, recall it from any AI model.
CLS++ Memory is a Model Context Protocol (MCP) server published by rajamohan1950. It ranks #5,594 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. CLS++ Memory is listed across 2 registries — Official MCP and PulseMCP, with 4 tracked versions. It was first listed on Mar 15, 2026 and most recently updated on Jun 26, 2026.
Ranks ahead of 126,452 of 132,046 servers on MCP Toplist.
Use CLS++ Memory
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http cls-memory https://www.clsplusplus.com/mcpclaude mcp add cls-memory -e "CLS_API_KEY=<your CLS_API_KEY>" -e "CLS_API_URL=<your CLS_API_URL>" -- uvx clsplusplusReplace each placeholder with your own value before saving.
[mcp_servers.cls-memory]
url = "https://www.clsplusplus.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.cls-memory]
command = "uvx"
args = ["clsplusplus"]
[mcp_servers.cls-memory.env]
CLS_API_KEY = "<your CLS_API_KEY>"
CLS_API_URL = "<your CLS_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://www.clsplusplus.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"cls-memory": {
"command": "uvx",
"args": [
"clsplusplus"
],
"env": {
"CLS_API_KEY": "<your CLS_API_KEY>",
"CLS_API_URL": "<your CLS_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cls-memory": {
"url": "https://www.clsplusplus.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"cls-memory": {
"command": "uvx",
"args": [
"clsplusplus"
],
"env": {
"CLS_API_KEY": "<your CLS_API_KEY>",
"CLS_API_URL": "<your CLS_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"cls-memory": {
"type": "http",
"url": "https://www.clsplusplus.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"cls-memory": {
"type": "stdio",
"command": "uvx",
"args": [
"clsplusplus"
],
"env": {
"CLS_API_KEY": "<your CLS_API_KEY>",
"CLS_API_URL": "<your CLS_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cls-memory": {
"serverUrl": "https://www.clsplusplus.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"cls-memory": {
"command": "uvx",
"args": [
"clsplusplus"
],
"env": {
"CLS_API_KEY": "<your CLS_API_KEY>",
"CLS_API_URL": "<your CLS_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cls-memory": {
"url": "https://www.clsplusplus.com/mcp"
}
}
}{
"mcpServers": {
"cls-memory": {
"command": "uvx",
"args": [
"clsplusplus"
],
"env": {
"CLS_API_KEY": "<your CLS_API_KEY>",
"CLS_API_URL": "<your CLS_API_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.rajamohan1950%2Fcls-memory)<a href="https://mcptoplist.com/server/io.github.rajamohan1950%2Fcls-memory"><img src="https://mcptoplist.com/badge/io.github.rajamohan1950%2Fcls-memory.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
rajamohan1950
Available versions (4)
| Version | Published |
|---|---|
| 7.19.0 | Jun 26, 2026 |
| 7.4.1 | Jun 17, 2026 |
| 7.2.5 | Jun 17, 2026 |
| 7.2.4 | Jun 16, 2026 |
Frequently asked questions
- Who maintains CLS++ Memory?
- CLS++ Memory is maintained by rajamohan1950, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is CLS++ Memory listed on the Official MCP Registry?
- Yes — CLS++ Memory is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does CLS++ Memory have?
- MCP Toplist tracks 4 versions of CLS++ Memory, most recently published on Jun 26, 2026.
- Where can I find the source code for CLS++ Memory?
- The source code for CLS++ Memory is hosted at github.com/rajamohan1950/clsplusplus.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.