CPersona
Rank #3,200io.github.Cloto-dev/cpersona
Persistent AI memory in one SQLite file: 3-layer hybrid search, confidence scoring, 29 tools.
CPersona is a Model Context Protocol (MCP) server published by Cloto-dev. It ranks #3,200 of 115,591 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. CPersona is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Apr 5, 2026 and most recently updated on Jul 30, 2026.
Ranks ahead of 112,391 of 115,591 servers on MCP Toplist.
Use CPersona
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add cpersona -e "CPERSONA_DB_PATH=<your CPERSONA_DB_PATH>" -e "CPERSONA_EMBEDDING_MODE=<your CPERSONA_EMBEDDING_MODE>" -e "CPERSONA_EMBEDDING_URL=<your CPERSONA_EMBEDDING_URL>" -e "CPERSONA_RECALL_MODE=<your CPERSONA_RECALL_MODE>" -- uvx cpersonaReplace each placeholder with your own value before saving.
[mcp_servers.cpersona]
command = "uvx"
args = ["cpersona"]
[mcp_servers.cpersona.env]
CPERSONA_DB_PATH = "<your CPERSONA_DB_PATH>"
CPERSONA_EMBEDDING_MODE = "<your CPERSONA_EMBEDDING_MODE>"
CPERSONA_EMBEDDING_URL = "<your CPERSONA_EMBEDDING_URL>"
CPERSONA_RECALL_MODE = "<your CPERSONA_RECALL_MODE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cpersona": {
"command": "uvx",
"args": [
"cpersona"
],
"env": {
"CPERSONA_DB_PATH": "<your CPERSONA_DB_PATH>",
"CPERSONA_EMBEDDING_MODE": "<your CPERSONA_EMBEDDING_MODE>",
"CPERSONA_EMBEDDING_URL": "<your CPERSONA_EMBEDDING_URL>",
"CPERSONA_RECALL_MODE": "<your CPERSONA_RECALL_MODE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cpersona": {
"command": "uvx",
"args": [
"cpersona"
],
"env": {
"CPERSONA_DB_PATH": "<your CPERSONA_DB_PATH>",
"CPERSONA_EMBEDDING_MODE": "<your CPERSONA_EMBEDDING_MODE>",
"CPERSONA_EMBEDDING_URL": "<your CPERSONA_EMBEDDING_URL>",
"CPERSONA_RECALL_MODE": "<your CPERSONA_RECALL_MODE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"cpersona": {
"type": "stdio",
"command": "uvx",
"args": [
"cpersona"
],
"env": {
"CPERSONA_DB_PATH": "<your CPERSONA_DB_PATH>",
"CPERSONA_EMBEDDING_MODE": "<your CPERSONA_EMBEDDING_MODE>",
"CPERSONA_EMBEDDING_URL": "<your CPERSONA_EMBEDDING_URL>",
"CPERSONA_RECALL_MODE": "<your CPERSONA_RECALL_MODE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cpersona": {
"command": "uvx",
"args": [
"cpersona"
],
"env": {
"CPERSONA_DB_PATH": "<your CPERSONA_DB_PATH>",
"CPERSONA_EMBEDDING_MODE": "<your CPERSONA_EMBEDDING_MODE>",
"CPERSONA_EMBEDDING_URL": "<your CPERSONA_EMBEDDING_URL>",
"CPERSONA_RECALL_MODE": "<your CPERSONA_RECALL_MODE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cpersona": {
"command": "uvx",
"args": [
"cpersona"
],
"env": {
"CPERSONA_DB_PATH": "<your CPERSONA_DB_PATH>",
"CPERSONA_EMBEDDING_MODE": "<your CPERSONA_EMBEDDING_MODE>",
"CPERSONA_EMBEDDING_URL": "<your CPERSONA_EMBEDDING_URL>",
"CPERSONA_RECALL_MODE": "<your CPERSONA_RECALL_MODE>"
}
}
}
}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.Cloto-dev%2Fcpersona)<a href="https://mcptoplist.com/server/io.github.Cloto-dev%2Fcpersona"><img src="https://mcptoplist.com/badge/io.github.Cloto-dev%2Fcpersona.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
Cloto-dev
Other servers by Cloto-dev
View all Cloto-dev servers →Available versions (2)
| Version | Published |
|---|---|
| 2.5.3 | Jul 30, 2026 |
| 2.5.2 | Jul 29, 2026 |
Frequently asked questions
- Who maintains CPersona?
- CPersona is maintained by Cloto-dev, which publishes 2 MCP servers (10 total versions) tracked on MCP Toplist.
- Is CPersona listed on the Official MCP Registry?
- Yes — CPersona is listed on the Official MCP Registry, alongside Glama.
- How many versions does CPersona have?
- MCP Toplist tracks 2 versions of CPersona, most recently published on Jul 30, 2026.
- Where can I find the source code for CPersona?
- The source code for CPersona is hosted at github.com/Cloto-dev/cpersona.