CPersona MCP server
Persistent AI memory in one SQLite file: 3-layer hybrid search, confidence scoring, 29 tools.
7 stars
Reviews
Write oneNobody has reviewed CPersona yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
CPersona tools
No tool declarations could be read from the package source. They show once the server is installed.
Public scan report
scanner v0.1.9 · 2026-09-24 · same rubric, same numbers if you re-run it
- Code scan29 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 0 days ago15/15
- Maintainer identityregistry namespace matches repository owner6/10
What the publisher says
From the CPersona repository's README, as published. We do not edit it. Read it on GitHub
<!-- mcp-name: io.github.Cloto-dev/cpersona -->
CPersona
MCP Memory Server
Persistent memory for AI agents, over MCP. One SQLite file you own. No LLM in the loop. Honest when recall degrades.
Documentation · Getting Started · Architecture · Tools · PyPI · Zenn Book (JP)
Standalone repository — This is the standalone version for use with Claude Desktop, Claude Code, Codex CLI, Cursor, VS Code, and any other MCP client (registration table).
If you are a ClotoCore user, install CPersona from the in-app marketplace (ClotoHub) instead — it distributes this same repository.
Project status — 2.4.x is Stable; 2.5.x is Current, an internal
stabilization line where all fixes land, pending production-soak
certification. The DB schema is preserved across the line. Additive,
rollback-safe features may land here as well ([lifecycle standard
§2.6](https://cloto-dev.github.io/CPersona/RELEASELIFECYCLESTANDARD/#26-feature-releases-within-a-line));
a change that cannot be rolled back waits for 2.6. Which version to run, and
how long each line keeps receiving fixes:
SUPPORT.md.
Where the lines are heading: the roadmap.
Upgrading from 2.5.2 or earlier? Two things need a decision from you.
v2.5.3 will not start the HTTP transport without CPERSONAAUTHTOKEN,
wherever it binds — set one, or opt out with
CPERSONAALLOWUNAUTHENTICATED_HTTP=true (why; stdio is unaffected).
v2.5.2 changed tool response shapes — branch on ok is false, and treat any
response carrying error as a failure whether or not ok is present
(contract §10).
The Problem
Claude forgets everything between sessions. Every conversation starts from zero — no context about your project, your preferences, or what you discussed yesterday.
cpersona fixes this. It's an MCP server that stores memories in a local SQLite file and retrieves them through hybrid search. Claude remembers you. It runs against any MCP-compatible host — Claude Desktop, Claude Code, ClotoCore (the AI agent platform where cpersona originated, and whose memory layer it is), or a client of your own.
Quick Start
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
claude mcp add cpersona -- uvx cpersona
CPersona: common questions
- Is CPersona MCP server safe?
- Yes, by our scan: it is graded A (89/100). Read the CPersona safety report
- How do I install CPersona?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does CPersona need an API key?
- No secret keys are declared. It reads 4 settings from the environment.
- Is CPersona maintained?
- The last commit was in the last day (2026-09-24). The latest release is v2.5.3.
- What can I use instead of CPersona?
- Servers from other publishers that do the same job: ZenBrain Memory MCP server, remem-mcp — Local-first MCP Memory + CodeGraph + Wiki MCP server and KEPTA — Agent Memory MCP server. Compare all CPersona alternatives.
Alternatives to CPersona
Same job from other publishers: the closest match first, then the best rated.
- ZenBrain MemorySeven-layer agent memory: episodic, semantic, procedural and core. Local SQLite, no account.not reviewedGrowingA
- remem-mcp — Local-first MCP Memory + CodeGraph + WikiLocal-first memory for AI coding agents. Memory + CodeGraph + Wiki in one SQLite file.not reviewedGrowingB
- KEPTA — Agent MemoryLocal memory for AI agents. One SQLite file on your machine — no cloud, no account.not reviewedGrowingA
- TinycontextToken-light local memory with SQLite hybrid retrieval for MCP agents.not reviewedGrowingB
- Local MemoryPersistent local AI memory. SQLite + FTS5 + vector search, knowledge graph. No cloud, no API keys.not reviewedGrowingA