Skip to main content
Glama
Cloto-dev

CPersona

Official
by Cloto-dev

Related Servers

Alternatives to CPersona

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      A
      maintenance
      Persistent AI memory server with 3-layer hybrid search (vector + FTS5 + keyword), confidence scoring via Reciprocal Rank Fusion, episodic/profile memory, and 16 tools. Zero LLM dependency. Works standalone with Claude Desktop and Claude Code. MIT licensed.
      3
      Business Source 1.1
    • A
      license
      Not graded
      quality
      D
      maintenance
      Persistent memory MCP server for Claude Code. Store, search, and retrieve memories across sessions using hybrid vector + keyword search powered by SQLite, FTS5, and sqlite-vec.
      17
      1
      MIT
    • A
      license
      B
      quality
      A
      maintenance
      Cross-agent memory server: hybrid (vector + full-text + knowledge-graph) recall, per-user private/shared visibility, write-side secret/PII redaction, and as-of-date bi-temporal fact queries. Auto-injection hooks for Claude Code / Cursor / Codex; self-hostable on PostgreSQL or SQLite.
      46
      8
      MIT
    • F
      license
      Not graded
      quality
      D
      maintenance
      Persistent memory server for AI assistants with semantic search and three-layer context (global, project, personality). Works with MCP-compatible AI tools like Claude Code, Cursor, Continue, Cline, and more.
      1
      -

    TDQS

    A3.6/5.0

    Scored across 31 tools

    Disambiguation3/5

    Most tools map to distinct resource+action pairs, but the set has real overlap: check_health, get_session_findings, and deep_check all serve diagnostic/quality purposes, with get_session_findings explicitly reusing check_health's detector, and recall/recall_with_context are near variants. The descriptions are thorough, but the boundaries are not crisp enough to guarantee an agent always picks the right one.

    Naming Consistency4/5

    The dominant verb_noun snake_case pattern is consistent across get_*, list_*, delete_*, update_*, set_*, check_*, and *_memory/_episode families. Minor deviations exist: store and recall are bare verbs without objects, and persistence_status would fit the get_* family better as get_persistence_status.

    Tool Count2/5

    At 31 tools the surface is heavy and exceeds the 25-tool threshold where a set starts to feel sprawling. Several clusters could be consolidated, notably the three persistence tools, the three diagnostic/health tools, and the export/import/merge trio, all of which are closely related.

    Completeness4/5

    Core lifecycle coverage is strong: memories, episodes, profiles, recall, import/export/merge, and health repair all have working read/write/delete paths. Minor gaps remain, such as no direct get_memory-by-id tool, no episode update operation, and a read-only operating context, but agents can work around these.

    Maintenance

    ActivityActive
    ResponsivenessNo issues