PluginBench
MCP Server
Active
MIT

CPersona MCP Server

io.github.Cloto-dev/cpersona

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.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • CPERSONA_DB_PATH

    SQLite 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_MODE

    Embedding mode: 'http' to use an embedding server for vector search, 'none' for lexical layers only.

  • CPERSONA_EMBEDDING_URL

    Embedding server endpoint, e.g. http://127.0.0.1:8401/embed. Required when CPERSONA_EMBEDDING_MODE=http.

  • CPERSONA_RECALL_MODE

    Recall fusion strategy: 'rrf' (default), 'rsf', or 'cascade'.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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 Code
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 cpersona

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

68k
TypeScript
MIT
View repository →

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →