Skip to content
Claude Desktop

CPersona for Claude Desktop

io.github.cloto-dev/cpersona

Persistent AI memory in one SQLite file: 3-layer hybrid search, confidence scoring, 29 tools.

client:Claude Desktop transport:stdio runtime:pypi

Install CPersona in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

CPersona in other clients