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
git clone https://github.com/tznthou/ccRecallThis 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
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.