agent-recall
Installation
SKILL.md
AgentRecall v3.3.17 — Usage Guide
AgentRecall is a persistent memory system with 6 MCP tools. This guide describes how and when to use them.
Setup
AgentRecall requires the MCP server to be running. If tool calls fail with "unknown tool", the human needs to install it first.
Installation (human runs once)
Claude Code:
claude mcp add --scope user agent-recall -- npx -y agent-recall-mcp
Cursor (.cursor/mcp.json):
{ "mcpServers": { "agent-recall": { "command": "npx", "args": ["-y", "agent-recall-mcp"] } } }