CP Memory
Rank #14,750io.github.CJhuochai/cp-memory
Local-first, governable long-term memory for AI coding agents
CP Memory is a Model Context Protocol (MCP) server published by CJhuochai. It ranks #14,750 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. CP Memory is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 18, 2026 and most recently updated on Sep 4, 2026.
Ranks ahead of 117,296 of 132,046 servers on MCP Toplist.
Use CP Memory
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add cp-memory -- uvx cp-memory-mcp[mcp_servers.cp-memory]
command = "uvx"
args = ["cp-memory-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"cp-memory": {
"command": "uvx",
"args": [
"cp-memory-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"cp-memory": {
"command": "uvx",
"args": [
"cp-memory-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"cp-memory": {
"type": "stdio",
"command": "uvx",
"args": [
"cp-memory-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"cp-memory": {
"command": "uvx",
"args": [
"cp-memory-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"cp-memory": {
"command": "uvx",
"args": [
"cp-memory-mcp"
]
}
}
}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.CJhuochai%2Fcp-memory)<a href="https://mcptoplist.com/server/io.github.CJhuochai%2Fcp-memory"><img src="https://mcptoplist.com/badge/io.github.CJhuochai%2Fcp-memory.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
CJhuochai
Available versions (1)
| Version | Published |
|---|---|
| 1.8.1 | Sep 4, 2026 |
Frequently asked questions
- Who maintains CP Memory?
- CP Memory is maintained by CJhuochai, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is CP Memory listed on the Official MCP Registry?
- Yes — CP Memory is listed on the Official MCP Registry, alongside Glama.
- How many versions does CP Memory have?
- MCP Toplist tracks 1 version of CP Memory, most recently published on Sep 4, 2026.
- Where can I find the source code for CP Memory?
- The source code for CP Memory is hosted at github.com/CJhuochai/cp-memory.
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.