CPersona for Zed
io.github.cloto-dev/cpersona
Persistent AI memory in one SQLite file: 3-layer hybrid search, confidence scoring, 29 tools.
client:Zed
transport:stdio
runtime:pypi
Install CPersona in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"cpersona": {
"command": "uvx",
"args": [
"cpersona"
],
"env": {
"CPERSONA_DB_PATH": "<CPERSONA_DB_PATH>",
"CPERSONA_EMBEDDING_MODE": "<CPERSONA_EMBEDDING_MODE>",
"CPERSONA_EMBEDDING_URL": "<CPERSONA_EMBEDDING_URL>",
"CPERSONA_RECALL_MODE": "<CPERSONA_RECALL_MODE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs