CPersona
About
Persistent AI memory in one SQLite file: 3-layer hybrid search, confidence scoring, 29 tools.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
CPERSONA_DB_PATH CPERSONA_EMBEDDING_MODE CPERSONA_EMBEDDING_URL CPERSONA_RECALL_MODEClaude Code
claude mcp add --env CPERSONA_DB_PATH= --env CPERSONA_EMBEDDING_MODE= --env CPERSONA_EMBEDDING_URL= --env CPERSONA_RECALL_MODE= cpersona -- uvx cpersona
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"cpersona","command":"uvx","args":["cpersona"],"env":{"CPERSONA_DB_PATH":"","CPERSONA_EMBEDDING_MODE":"","CPERSONA_EMBEDDING_URL":"","CPERSONA_RECALL_MODE":""}}'
JSON
{
"mcpServers": {
"cpersona": {
"command": "uvx",
"args": [
"cpersona"
],
"env": {
"CPERSONA_DB_PATH": "",
"CPERSONA_EMBEDDING_MODE": "",
"CPERSONA_EMBEDDING_URL": "",
"CPERSONA_RECALL_MODE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.