Server data from the Official MCP Registry
Persistent AI memory in one SQLite file: 3-layer hybrid search, confidence scoring, 29 tools.
Persistent AI memory in one SQLite file: 3-layer hybrid search, confidence scoring, 29 tools.
CPersona is a well-engineered memory server with solid security architecture. Authentication is absent by design (MCP servers run in the user's process context), but the codebase demonstrates strong operational security: no hardcoded secrets, careful handling of remote embedding endpoints, proper isolation enforcement, transaction safety, and comprehensive audit trails. Permissions are appropriate for a memory/RAG system. Minor code quality observations exist but do not materially impact security. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
3 files analyzed · 8 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: CPERSONA_DB_PATH
Environment variable: CPERSONA_EMBEDDING_MODE
Environment variable: CPERSONA_EMBEDDING_URL
Environment variable: CPERSONA_RECALL_MODE
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-cloto-dev-cpersona": {
"env": {
"CPERSONA_DB_PATH": "your-cpersona-db-path-here",
"CPERSONA_RECALL_MODE": "your-cpersona-recall-mode-here",
"CPERSONA_EMBEDDING_URL": "your-cpersona-embedding-url-here",
"CPERSONA_EMBEDDING_MODE": "your-cpersona-embedding-mode-here"
},
"args": [
"cpersona"
],
"command": "uvx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.