recall
01Settings file Claude Code
Agent settings declaring 8 allowed tools.
Settings file Claude Code
Agent settings declaring 8 allowed tools.
Instructions file
Instructions for joseairosa/recall, covering claude.md, project context, build & run commands, testing and unit tests with vitest (primary test runner).
Plugin Claude Code
Recall Memory-as-a-Service — persistent memory, semantic search, and context management across Claude Code sessions. Connects to recallmcp.com or self-hosted instances.
Agent
Loads large files or content into the RLM execution system for processing beyond context window limits.
Agent
Aggregates and verifies results from RLM subtask processing into final answers.
Agent
Decomposes large analysis tasks into manageable subtasks and processes context snippets.
Command
Decompose an RLM execution chain into subtasks and begin processing.
Command
Load a large file or content into the RLM system for chunk-based analysis.
Command
Periodic memory digest — designed for use with Claude Code's /loop scheduler. Shows recent memories and pending to-dos in a compact, scannable format.
Command
Update your Recall API key across every location Claude Code reads it from. Run this whenever you generate a new key from https://recallmcp.com/dashboard/keys.
Command
Manually trigger a Recall plugin update, or toggle auto-update on/off.
Command
Check the status and progress of an RLM execution chain.
Command
Configure your Recall API key and server URL. This saves credentials to /.claude/recall/config.json (for hooks) and injects RECALLAPIKEY into /.claude/settings.json (for the plugin MCP server) so both systems authenticate correctly.
Hook
Runs when a session starts on startup, resume, clear, compact and compact, executing session-start.sh and compact-restore.sh via bash (2 commands). From joseairosa/recall.
Hook
Runs after a tool call finishes for Bash tool calls, executing observe.sh via bash. From joseairosa/recall.
Hook
Runs before the context is compacted, executing pre-compact.sh via bash. From joseairosa/recall.
Hook
Runs when a session ends, executing stop-summarize.sh via bash. From joseairosa/recall.
Hook
Runs when the agent finishes a response, executing session-end.sh and stop.sh via bash (2 commands). From joseairosa/recall.