1. Conduid
  2. Search
  3. CcRecall
MCP server · Search

CcRecall

Cross-session memory for Claude Code — serves relevant context via hooks & MCP. Local SQLite + FTS5, no vector DB. Rule-based retrieval; extraction runs a small model.

34Low

Scored 11 days ago · breakdown

About CcRecall

CcRecall is an MCP server in the Search category: cross-session memory for Claude Code — serves relevant context via hooks & MCP. Local SQLite + FTS5, no vector DB. Rule-based retrieval; extraction runs a small model. It has been installed 0 times through Conduid.

Tools (3)

recall_contextTopic-clustered retrieval — normalizes keywords, groups memories by matched topic with depth signals, falls back to per-keyword FTS if no topic matches

Takes no parameters.

recall_queryUser-scoped FTS5 keyword search across memories with project-aware ranking. Cross-project memories surface via topic intersection

Takes no parameters.

recall_saveStore a new memory. An optional `key` slug dedups (same key updates instead of duplicating), and topics are auto-extracted for cross-project retrieval. Optional `origin` (`explicit` \

Takes no parameters.

Install

Clone
git clone https://github.com/tznthou/ccRecall

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about CcRecall

Powered by Claude · Grounded in docs

I know everything about CcRecall. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.
Questions

About CcRecall

How do I install CcRecall?

Run git clone https://github.com/tznthou/ccRecall, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is CcRecall safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is CcRecall still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.