The MCP server
chat-recall is not a site you visit. It registers as an MCP server, so the assistant you already use can read your history mid-conversation.
chat-recall init detects Claude Code, Gemini CLI, OpenCode and Codex and writes the configuration for you.
Resume and cold start
| recall_smart_resume | Structured resume bundle: what was finished, what is pending, which files were touched. |
| recall_wake_up | High-importance facts plus a knowledge-graph snapshot, for a fresh session. |
| recall_recent | Latest sessions, filterable by project and age. |
Search
| recall_search | Search sessions. Accepts a session id to find similar ones. |
| recall_memory_search | Search every memory type: sessions, plans, tasks, CLAUDE.md, pastes, history, diaries. |
| recall_user_prompts | Search what you actually typed, not what the assistant replied. |
Inspect one session
| recall_context | Structured context dump for a single session. |
| recall_summary | Summary plus an outcome: shipped, interrupted or abandoned. |
| recall_diff | Per-file diffs produced during a session. |
| recall_commits | Git commits made inside the session window. |
Knowledge graph
| recall_kg_query | Query facts, with time travel through an as-of date. |
| recall_kg_add | Assert a fact. |
| recall_kg_invalidate | Mark a fact as no longer true, keeping its history. |
Security
| recall_security_summary | Leaked credentials that are still live, so rotation is prioritised. |
| recall_security_dismiss | Mark a finding rotated, or a false positive. |
Forty-six tools in total, plus four code-intelligence tools that appear when the companion indexer is installed.