What is the CPersona MCP server?
Persistent AI memory in one SQLite file: 3-layer hybrid search, confidence scoring, 29 tools.
How to install CPersona
Copy-paste configuration for popular MCP clients.
CPERSONA_DB_PATHSQLite database path. Defaults to data/cpersona.db, which follows the client's working directory — set it to an absolute path to keep one memory across sessions.
CPERSONA_EMBEDDING_MODEEmbedding mode: 'http' to use an embedding server for vector search, 'none' for lexical layers only.
CPERSONA_EMBEDDING_URLEmbedding server endpoint, e.g. http://127.0.0.1:8401/embed. Required when CPERSONA_EMBEDDING_MODE=http.
CPERSONA_RECALL_MODERecall fusion strategy: 'rrf' (default), 'rsf', or 'cascade'.
{
"mcpServers": {
"cpersona": {
"command": "uvx",
"args": [
"cpersona"
],
"env": {
"CPERSONA_DB_PATH": "<YOUR_CPERSONA_DB_PATH>",
"CPERSONA_EMBEDDING_MODE": "<YOUR_CPERSONA_EMBEDDING_MODE>",
"CPERSONA_EMBEDDING_URL": "<YOUR_CPERSONA_EMBEDDING_URL>",
"CPERSONA_RECALL_MODE": "<YOUR_CPERSONA_RECALL_MODE>"
}
}
}
}{
"mcpServers": {
"cpersona": {
"command": "uvx",
"args": [
"cpersona"
],
"env": {
"CPERSONA_DB_PATH": "<YOUR_CPERSONA_DB_PATH>",
"CPERSONA_EMBEDDING_MODE": "<YOUR_CPERSONA_EMBEDDING_MODE>",
"CPERSONA_EMBEDDING_URL": "<YOUR_CPERSONA_EMBEDDING_URL>",
"CPERSONA_RECALL_MODE": "<YOUR_CPERSONA_RECALL_MODE>"
}
}
}
}{
"mcpServers": {
"cpersona": {
"command": "uvx",
"args": [
"cpersona"
],
"env": {
"CPERSONA_DB_PATH": "<YOUR_CPERSONA_DB_PATH>",
"CPERSONA_EMBEDDING_MODE": "<YOUR_CPERSONA_EMBEDDING_MODE>",
"CPERSONA_EMBEDDING_URL": "<YOUR_CPERSONA_EMBEDDING_URL>",
"CPERSONA_RECALL_MODE": "<YOUR_CPERSONA_RECALL_MODE>"
}
}
}
}{
"servers": {
"cpersona": {
"type": "stdio",
"command": "uvx",
"args": [
"cpersona"
],
"env": {
"CPERSONA_DB_PATH": "<YOUR_CPERSONA_DB_PATH>",
"CPERSONA_EMBEDDING_MODE": "<YOUR_CPERSONA_EMBEDDING_MODE>",
"CPERSONA_EMBEDDING_URL": "<YOUR_CPERSONA_EMBEDDING_URL>",
"CPERSONA_RECALL_MODE": "<YOUR_CPERSONA_RECALL_MODE>"
}
}
}
}claude mcp add cpersona --env CPERSONA_DB_PATH=<YOUR_CPERSONA_DB_PATH> --env CPERSONA_EMBEDDING_MODE=<YOUR_CPERSONA_EMBEDDING_MODE> --env CPERSONA_EMBEDDING_URL=<YOUR_CPERSONA_EMBEDDING_URL> --env CPERSONA_RECALL_MODE=<YOUR_CPERSONA_RECALL_MODE> -- uvx cpersonaRelated MCP servers
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
World Monitor
Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.
Netdata
Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.
Trending hip-hop artist momentum scores across four cultural dimensions.
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.